Home
last modified time | relevance | path

Searched refs:pull_size (Results 1 – 1 of 1) sorted by relevance

/linux/net/hsr/
H A Dhsr_framereg.c299 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()
[all …]