Searched refs:pull_size (Results 1 – 1 of 1) sorted by relevance
299 unsigned int pull_size = 0; in hsr_handle_sup_frame() local316 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()[all …]