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

/freebsd-10-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-10-stable/sys/compat/svr4/
H A Dsvr4_stream.c876 struct svr4_strbuf skb, *sub = (struct svr4_strbuf *) dat; local
890 if ((error = copyin(sub, &skb, sizeof(skb))) != 0) {
954 skb.len = sasize;
959 skb.len = sasize + 4;
968 if ((error = copyout(SVR4_ADDROF(&sc), skb.buf, sasize)) != 0) {
974 if ((error = copyout(&skb, sub, sizeof(skb))) != 0) {
/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.c3309 skbuff_enqueue(struct desc_ring *ring, struct sk_buff *skb) argument
3311 skb->next = NULL;
3313 ring->head = skb;
3315 ring->tail->next = skb;
3316 ring->tail = skb;
3323 struct sk_buff *skb = ring->head; local
3324 if (skb != NULL)
3325 if ((ring->head = skb->next) == NULL)
3327 return skb;
3363 struct sk_buff *skb; local
3559 struct sk_buff *skb; local
3629 struct sk_buff *skb; local
3723 txintr_setup_skb(softc_t *sc, struct sk_buff *skb) argument
6500 linux_start(struct sk_buff *skb, struct net_device *net_dev) argument
[all...]
/freebsd-10-stable/sys/net80211/
H A Dieee80211_crypto_wep.c247 wep_demic(struct ieee80211_key *k, struct mbuf *skb, int force) argument
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c288 mlx4_en_filter_rfs(struct net_device *net_dev, const struct sk_buff *skb, argument
300 int nhoff = skb_network_offset(skb);
303 if (skb->protocol != htons(ETH_P_IP))
306 ip = (const struct iphdr *)(skb->data + nhoff);
312 ports = (const __be16 *)(skb->data + nhoff + 4 * ip->ihl);

Completed in 240 milliseconds