Searched refs:hdr_gap (Results 1 – 1 of 1) sorted by relevance
249 static int mt7615_reverse_frag0_hdr_trans(struct sk_buff *skb, u16 hdr_gap) in mt7615_reverse_frag0_hdr_trans() argument252 struct ethhdr *eth_hdr = (struct ethhdr *)(skb->data + hdr_gap); in mt7615_reverse_frag0_hdr_trans()300 skb_pull(skb, hdr_gap + sizeof(struct ethhdr) - 2); in mt7615_reverse_frag0_hdr_trans()345 u16 hdr_gap; in mt7615_mac_fill_rx() local591 hdr_gap = (u8 *)rxd - skb->data + 2 * remove_pad; in mt7615_mac_fill_rx()593 if (mt7615_reverse_frag0_hdr_trans(skb, hdr_gap)) in mt7615_mac_fill_rx()599 skb_pull(skb, hdr_gap); in mt7615_mac_fill_rx()