Searched refs:skb (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/i386/include/
H A Dcserial.h448 int (*transmit) (chan_t *h, struct sk_buff *skb);
495 void (*receive) (chan_t *h, struct sk_buff *skb);
/freebsd-13-stable/sys/net80211/
H A Dieee80211_crypto_wep.c284 wep_demic(struct ieee80211_key *k, struct mbuf *skb, int force) argument
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c291 mlx4_en_filter_rfs(struct net_device *net_dev, const struct sk_buff *skb, argument
303 int nhoff = skb_network_offset(skb);
306 if (skb->protocol != htons(ETH_P_IP))
309 ip = (const struct iphdr *)(skb->data + nhoff);
315 ports = (const __be16 *)(skb->data + nhoff + 4 * ip->ihl);

Completed in 173 milliseconds