Searched refs:off_min (Results 1 – 1 of 1) sorted by relevance
2379 int off_min, off_max, off; in tpacket_fill_skb() local2380 off_min = po->tp_hdrlen - sizeof(struct sockaddr_ll); in tpacket_fill_skb()2401 if (unlikely((off < off_min) || (off_max < off))) in tpacket_fill_skb()