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

/freebsd-9.3-release/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-9.3-release/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-9.3-release/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
6499 linux_start(struct sk_buff *skb, struct net_device *net_dev) argument
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dmlme.c1694 skb = skb_copy(wpa_s->mlme.probe_resp, GFP_ATOMIC);
1695 if (skb == NULL)
1698 resp = (struct ieee80211_mgmt *) skb->data;
1704 ieee80211_sta_tx(wpa_s, skb, 0, 1);
2333 rate = rate_control_get_rate(wpa_s, skb, &extra);
2350 wpa_s->mlme.probe_resp = skb_copy(skb, GFP_ATOMIC);
2363 local->hw->beacon_update(wpa_s, skb, &control) == 0) {
2366 skb = NULL;
2919 struct sk_buff *skb, u8 *bssid,
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_crypto_wep.c247 wep_demic(struct ieee80211_key *k, struct mbuf *skb, int force) argument

Completed in 182 milliseconds