Lines Matching refs:pull_size
266 unsigned int pull_size = 0; in hsr_handle_sup_frame() local
283 pull_size = sizeof(struct ethhdr); in hsr_handle_sup_frame()
284 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
285 total_pull_size += pull_size; in hsr_handle_sup_frame()
291 pull_size = sizeof(struct hsr_tag); 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()
297 pull_size = sizeof(struct hsr_sup_tag); in hsr_handle_sup_frame()
298 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
299 total_pull_size += pull_size; in hsr_handle_sup_frame()
319 pull_size = sizeof(struct hsr_sup_payload); in hsr_handle_sup_frame()
320 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
321 total_pull_size += pull_size; in hsr_handle_sup_frame()
335 pull_size = sizeof(struct hsr_sup_tlv); in hsr_handle_sup_frame()
336 skb_pull(skb, pull_size); in hsr_handle_sup_frame()
337 total_pull_size += pull_size; in hsr_handle_sup_frame()