Lines Matching refs:pull_size
299 unsigned int pull_size = 0; in hsr_handle_sup_frame() local
316 pull_size = sizeof(struct ethhdr); in hsr_handle_sup_frame()
317 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
318 total_pull_size += pull_size; in hsr_handle_sup_frame()
324 pull_size = sizeof(struct hsr_tag); in hsr_handle_sup_frame()
325 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
326 total_pull_size += pull_size; in hsr_handle_sup_frame()
330 pull_size = sizeof(struct hsr_sup_tag); in hsr_handle_sup_frame()
331 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
332 total_pull_size += pull_size; in hsr_handle_sup_frame()
352 pull_size = sizeof(struct hsr_sup_payload); in hsr_handle_sup_frame()
353 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
354 total_pull_size += pull_size; in hsr_handle_sup_frame()
368 pull_size = sizeof(struct hsr_sup_tlv); in hsr_handle_sup_frame()
369 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
370 total_pull_size += pull_size; in hsr_handle_sup_frame()