Lines Matching refs:pull_size
297 unsigned int pull_size = 0; in hsr_handle_sup_frame() local
315 pull_size = sizeof(struct ethhdr); in hsr_handle_sup_frame()
316 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
317 total_pull_size += pull_size; in hsr_handle_sup_frame()
323 pull_size = sizeof(struct ethhdr); in hsr_handle_sup_frame()
324 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
325 total_pull_size += pull_size; in hsr_handle_sup_frame()
329 pull_size = sizeof(struct hsr_tag); in hsr_handle_sup_frame()
330 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
331 total_pull_size += pull_size; in hsr_handle_sup_frame()
353 pull_size = sizeof(struct hsr_sup_payload); in hsr_handle_sup_frame()
354 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
355 total_pull_size += pull_size; in hsr_handle_sup_frame()
369 pull_size = sizeof(struct hsr_sup_tlv); in hsr_handle_sup_frame()
370 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
371 total_pull_size += pull_size; in hsr_handle_sup_frame()