Searched defs:size_max (Results 1 - 1 of 1) sorted by relevance

/net/packet/
H A Daf_packet.c2099 void *frame, struct net_device *dev, int size_max,
2126 if (unlikely(tp_len > size_max)) {
2127 pr_err("packet size is too long (%d > %d)\n", tp_len, size_max);
2231 int tp_len, size_max; local
2264 size_max = po->tx_ring.frame_size
2267 if (size_max > dev->mtu + reserve)
2268 size_max = dev->mtu + reserve;
2289 tp_len = tpacket_fill_skb(po, skb, ph, dev, size_max, proto,
2098 tpacket_fill_skb(struct packet_sock *po, struct sk_buff *skb, void *frame, struct net_device *dev, int size_max, __be16 proto, unsigned char *addr, int hlen) argument

Completed in 48 milliseconds