Lines Matching refs:pull_size
295 unsigned int pull_size = 0; in hsr_handle_sup_frame() local
312 pull_size = sizeof(struct ethhdr); in hsr_handle_sup_frame()
313 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
314 total_pull_size += pull_size; in hsr_handle_sup_frame()
320 pull_size = sizeof(struct hsr_tag); in hsr_handle_sup_frame()
321 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
322 total_pull_size += pull_size; in hsr_handle_sup_frame()
326 pull_size = sizeof(struct hsr_sup_tag); in hsr_handle_sup_frame()
327 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
328 total_pull_size += pull_size; in hsr_handle_sup_frame()
348 pull_size = sizeof(struct hsr_sup_payload); in hsr_handle_sup_frame()
349 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
350 total_pull_size += pull_size; in hsr_handle_sup_frame()
364 pull_size = sizeof(struct hsr_sup_tlv); in hsr_handle_sup_frame()
365 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
366 total_pull_size += pull_size; in hsr_handle_sup_frame()