Lines Matching refs:pull_size
274 unsigned int pull_size = 0; in hsr_handle_sup_frame() local
291 pull_size = sizeof(struct ethhdr); in hsr_handle_sup_frame()
292 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
293 total_pull_size += pull_size; in hsr_handle_sup_frame()
299 pull_size = sizeof(struct ethhdr); in hsr_handle_sup_frame()
300 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
301 total_pull_size += pull_size; in hsr_handle_sup_frame()
305 pull_size = sizeof(struct hsr_tag); in hsr_handle_sup_frame()
306 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
307 total_pull_size += pull_size; in hsr_handle_sup_frame()
327 pull_size = sizeof(struct hsr_sup_payload); in hsr_handle_sup_frame()
328 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
329 total_pull_size += pull_size; in hsr_handle_sup_frame()
343 pull_size = sizeof(struct hsr_sup_tlv); in hsr_handle_sup_frame()
344 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
345 total_pull_size += pull_size; in hsr_handle_sup_frame()