Searched refs:skb (Results 76 - 100 of 1170) sorted by relevance

1234567891011>>

/drivers/isdn/capi/
H A Dcapi.c383 gen_data_b3_resp_for(struct capiminor *mp, struct sk_buff *skb) argument
388 u16 datahandle = CAPIMSG_U16(skb->data, CAPIMSG_BASELEN + 4 + 4 + 2);
401 static int handle_recv_skb(struct capiminor *mp, struct sk_buff *skb) argument
403 unsigned int datalen = skb->len - CAPIMSG_LEN(skb->data);
420 kfree_skb(skb);
439 nskb = gen_data_b3_resp_for(mp, skb);
445 datahandle = CAPIMSG_U16(skb->data, CAPIMSG_BASELEN + 4);
450 skb_pull(skb, CAPIMSG_LEN(skb
477 struct sk_buff *skb; local
489 struct sk_buff *skb; local
568 capi_recv_message(struct capi20_appl *ap, struct sk_buff *skb) argument
649 struct sk_buff *skb; local
684 struct sk_buff *skb; local
1041 struct sk_buff *skb; local
1076 struct sk_buff *skb; local
1116 struct sk_buff *skb; local
[all...]
/drivers/staging/vt6655/
H A Ddpc.c92 struct sk_buff *skb,
278 struct sk_buff *skb; local
313 skb = pRDInfo->skb;
318 pwFrameSize = (unsigned short *)(skb->data + 2);
329 pbyRxSts = (unsigned char *)(skb->data);
330 pbyRxRate = (unsigned char *)(skb->data + 1);
331 pbyRsr = (unsigned char *)(skb->data + FrameSize - 1);
332 pbyRSSI = (unsigned char *)(skb->data + FrameSize - 2);
333 pbyNewRsr = (unsigned char *)(skb
1232 s_bAPModeRxData( struct vnt_private *pDevice, struct sk_buff *skb, unsigned int FrameSize, unsigned int cbHeaderOffset, int iSANodeIndex, int iDANodeIndex ) argument
[all...]
/drivers/isdn/i4l/
H A Disdn_ppp.c32 struct sk_buff *skb, int proto);
38 struct sk_buff *skb, int proto);
42 struct sk_buff *skb);
69 struct sk_buff *skb);
858 struct sk_buff *skb; local
865 skb = alloc_skb(hl + count, GFP_ATOMIC);
866 if (!skb) {
870 skb_reserve(skb, hl);
871 if (copy_from_user(skb_put(skb, count), buf, count))
873 kfree_skb(skb);
944 isdn_ppp_skip_ac(struct ippp_struct *is, struct sk_buff *skb) argument
970 isdn_ppp_strip_proto(struct sk_buff *skb) argument
994 isdn_ppp_receive(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb) argument
1050 isdn_ppp_push_higher(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb, int proto) argument
1213 struct sk_buff *skb = *skb_p; local
1240 isdn_ppp_xmit(struct sk_buff *skb, struct net_device *netdev) argument
1484 isdn_ppp_autodial_filter(struct sk_buff *skb, isdn_net_local *lp) argument
1610 isdn_ppp_mp_receive(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb) argument
1843 isdn_ppp_mp_get_seq(int short_seq, struct sk_buff *skb, u32 last_seq) argument
1894 struct sk_buff *skb; local
1942 isdn_ppp_mp_free_skb(ippp_bundle *mp, struct sk_buff *skb) argument
1948 isdn_ppp_mp_print_recv_pkt(int slot, struct sk_buff *skb) argument
2222 struct sk_buff *skb; local
2523 isdn_ppp_decompress(struct sk_buff *skb, struct ippp_struct *is, struct ippp_struct *master, int *proto) argument
2666 isdn_ppp_receive_ccp(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb, int proto) argument
2843 isdn_ppp_send_ccp(isdn_net_dev *net_dev, isdn_net_local *lp, struct sk_buff *skb) argument
[all...]
/drivers/net/arcnet/
H A Darc-rawmode.c41 static int build_header(struct sk_buff *skb, struct net_device *dev,
92 struct sk_buff *skb; local
103 skb = alloc_skb(length + ARC_HDR_SIZE, GFP_ATOMIC);
104 if (skb == NULL) {
109 skb_put(skb, length + ARC_HDR_SIZE);
110 skb->dev = dev;
112 pkt = (struct archdr *) skb->data;
114 skb_reset_mac_header(skb);
115 skb_pull(skb, ARC_HDR_SIZE);
124 BUGLVL(D_SKB) arcnet_dump_skb(dev, skb, "r
135 build_header(struct sk_buff *skb, struct net_device *dev, unsigned short type, uint8_t daddr) argument
[all...]
/drivers/staging/gdm724x/
H A Dnetlink_k.c44 static void netlink_rcv_cb(struct sk_buff *skb) argument
57 if (skb->len < NLMSG_HDRLEN) {
58 pr_err("nl cb - invalid skb length\n");
62 nlh = (struct nlmsghdr *)skb->data;
64 if (skb->len < nlh->nlmsg_len || nlh->nlmsg_len > ND_MAX_MSG_LEN) {
66 skb->len, nlh->nlmsg_len);
83 static void netlink_rcv(struct sk_buff *skb) argument
86 netlink_rcv_cb(skb);
118 struct sk_buff *skb = NULL; local
128 skb
[all...]
/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c512 if (tx_buffer->skb) {
516 dev_kfree_skb_any(tx_buffer->skb);
530 tx_buffer->skb = NULL;
704 /* free the skb */
705 dev_consume_skb_any(tx_buf->skb);
707 /* unmap skb header data */
714 tx_buf->skb = NULL;
1003 if (rx_bi->skb) {
1004 dev_kfree_skb(rx_bi->skb);
1005 rx_bi->skb
1117 struct sk_buff *skb; local
1202 i40e_receive_skb(struct i40e_ring *rx_ring, struct sk_buff *skb, u16 vlan_tag) argument
1226 i40e_rx_checksum(struct i40e_vsi *vsi, struct sk_buff *skb, u32 rx_status, u32 rx_error, u16 rx_ptype) argument
1398 struct sk_buff *skb; local
1648 i40e_atr(struct i40e_ring *tx_ring, struct sk_buff *skb, u32 flags, __be16 protocol) argument
1762 i40e_tx_prepare_vlan_flags(struct sk_buff *skb, struct i40e_ring *tx_ring, u32 *flags) argument
1825 i40e_tso(struct i40e_ring *tx_ring, struct sk_buff *skb, u32 tx_flags, __be16 protocol, u8 *hdr_len, u64 *cd_type_cmd_tso_mss, u32 *cd_tunneling) argument
1884 i40e_tsyn(struct i40e_ring *tx_ring, struct sk_buff *skb, u32 tx_flags, u64 *cd_type_cmd_tso_mss) argument
1922 i40e_tx_enable_csum(struct sk_buff *skb, u32 tx_flags, u32 *td_cmd, u32 *td_offset, struct i40e_ring *tx_ring, u32 *cd_tunneling) argument
2107 i40e_tx_map(struct i40e_ring *tx_ring, struct sk_buff *skb, struct i40e_tx_buffer *first, u32 tx_flags, const u8 hdr_len, u32 td_cmd, u32 td_offset) argument
2275 i40e_xmit_descriptor_count(struct sk_buff *skb, struct i40e_ring *tx_ring) argument
2309 i40e_xmit_frame_ring(struct sk_buff *skb, struct i40e_ring *tx_ring) argument
2393 i40e_lan_xmit_frame(struct sk_buff *skb, struct net_device *netdev) argument
[all...]
/drivers/net/wireless/ti/wlcore/
H A Dtx.c62 static int wl1271_alloc_tx_id(struct wl1271 *wl, struct sk_buff *skb) argument
71 wl->tx_frames[id] = skb;
90 struct sk_buff *skb)
94 hdr = (struct ieee80211_hdr *)(skb->data +
147 bool wl12xx_is_dummy_packet(struct wl1271 *wl, struct sk_buff *skb) argument
149 return wl->dummy_packet == skb;
154 struct sk_buff *skb, struct ieee80211_sta *sta)
167 hdr = (struct ieee80211_hdr *)skb->data;
176 struct sk_buff *skb, struct ieee80211_sta *sta)
181 return wl12xx_tx_get_hlid_ap(wl, wlvif, skb, st
88 wl1271_tx_ap_update_inconnection_sta(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct sk_buff *skb) argument
153 wl12xx_tx_get_hlid_ap(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct sk_buff *skb, struct ieee80211_sta *sta) argument
175 wl12xx_tx_get_hlid(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct sk_buff *skb, struct ieee80211_sta *sta) argument
203 wl1271_tx_allocate(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct sk_buff *skb, u32 extra, u32 buf_offset, u8 hlid, bool is_gem) argument
264 wl1271_tx_fill_hdr(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct sk_buff *skb, u32 extra, struct ieee80211_tx_info *control, u8 hlid) argument
376 wl1271_prepare_tx_frame(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct sk_buff *skb, u32 buf_offset, u8 hlid) argument
526 struct sk_buff *skb; local
568 struct sk_buff *skb = NULL; local
602 struct sk_buff *skb = NULL; local
688 wl1271_skb_queue_head(struct wl1271 *wl, struct wl12xx_vif *wlvif, struct sk_buff *skb, u8 hlid) argument
711 wl1271_tx_is_data_present(struct sk_buff *skb) argument
767 struct sk_buff *skb; local
916 struct sk_buff *skb; local
1033 struct sk_buff *skb; local
1092 struct sk_buff *skb; local
[all...]
/drivers/bluetooth/
H A Dbtmrvl_main.c48 bool btmrvl_check_evtpkt(struct btmrvl_private *priv, struct sk_buff *skb) argument
50 struct hci_event_hdr *hdr = (void *) skb->data;
56 ec = (void *) (skb->data + HCI_EVENT_HDR_SIZE);
67 kfree_skb(skb);
77 int btmrvl_process_event(struct btmrvl_private *priv, struct sk_buff *skb) argument
83 event = (struct btmrvl_event *) skb->data;
163 kfree_skb(skb);
172 struct sk_buff *skb; local
175 skb = bt_skb_alloc(HCI_COMMAND_HDR_SIZE + len, GFP_ATOMIC);
176 if (skb
332 btmrvl_tx_pkt(struct btmrvl_private *priv, struct sk_buff *skb) argument
412 btmrvl_send_frame(struct hci_dev *hdev, struct sk_buff *skb) argument
544 struct sk_buff *skb; local
575 struct sk_buff *skb; local
[all...]
H A Dbtusb.c323 struct sk_buff *skb; local
327 skb = data->evt_skb;
332 if (!skb) {
333 skb = bt_skb_alloc(HCI_MAX_EVENT_SIZE, GFP_ATOMIC);
334 if (!skb) {
339 bt_cb(skb)->pkt_type = HCI_EVENT_PKT;
340 bt_cb(skb)->expect = HCI_EVENT_HDR_SIZE;
343 len = min_t(uint, bt_cb(skb)->expect, count);
344 memcpy(skb_put(skb, len), buffer, len);
348 bt_cb(skb)
378 struct sk_buff *skb; local
435 struct sk_buff *skb; local
788 struct sk_buff *skb = urb->context; local
815 struct sk_buff *skb = urb->context; local
929 alloc_ctrl_urb(struct hci_dev *hdev, struct sk_buff *skb) argument
962 alloc_bulk_urb(struct hci_dev *hdev, struct sk_buff *skb) argument
985 alloc_isoc_urb(struct hci_dev *hdev, struct sk_buff *skb) argument
1058 btusb_send_frame(struct hci_dev *hdev, struct sk_buff *skb) argument
1219 struct sk_buff *skb; local
1236 struct sk_buff *skb; local
1330 struct sk_buff *skb; local
1445 struct sk_buff *skb; local
1488 struct sk_buff *skb; local
1695 struct sk_buff *skb; local
1713 struct sk_buff *skb; local
1746 struct sk_buff *skb; local
1923 struct sk_buff *skb; local
[all...]
/drivers/net/ethernet/chelsio/cxgb4/
H A Dl2t.h76 typedef void (*arp_err_handler_t)(void *handle, struct sk_buff *skb);
79 * Callback stored in an skb to handle address resolution failure.
86 #define L2T_SKB_CB(skb) ((struct l2t_skb_cb *)(skb)->cb)
88 static inline void t4_set_arp_err_handler(struct sk_buff *skb, void *handle, argument
91 L2T_SKB_CB(skb)->handle = handle;
92 L2T_SKB_CB(skb)->arp_err_handler = handler;
96 int cxgb4_l2t_send(struct net_device *dev, struct sk_buff *skb,
/drivers/net/wireless/hostap/
H A Dhostap_80211.h81 int prism2_rx_80211(struct net_device *dev, struct sk_buff *skb,
83 void hostap_80211_rx(struct net_device *dev, struct sk_buff *skb,
85 void hostap_dump_rx_80211(const char *name, struct sk_buff *skb,
88 void hostap_dump_tx_80211(const char *name, struct sk_buff *skb);
89 netdev_tx_t hostap_data_start_xmit(struct sk_buff *skb,
91 netdev_tx_t hostap_mgmt_start_xmit(struct sk_buff *skb,
93 netdev_tx_t hostap_master_start_xmit(struct sk_buff *skb,
/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c109 struct sk_buff *skb,
113 skb_frag_t *frag = &skb_shinfo(skb)->frags[0];
119 skb->tail += IPOIB_UD_HEAD_SIZE;
120 skb->len += length;
125 skb->data_len += size;
126 skb->truesize += PAGE_SIZE;
128 skb_put(skb, length);
147 dev_kfree_skb_any(priv->rx_ring[id].skb);
148 priv->rx_ring[id].skb = NULL;
157 struct sk_buff *skb; local
108 ipoib_ud_skb_put_frags(struct ipoib_dev_priv *priv, struct sk_buff *skb, unsigned int length) argument
232 struct sk_buff *skb; local
318 struct sk_buff *skb = tx_req->skb; local
360 struct sk_buff *skb = tx_req->skb; local
510 struct sk_buff *skb = tx_req->skb; local
542 ipoib_send(struct net_device *dev, struct sk_buff *skb, struct ipoib_ah *address, u32 qpn) argument
[all...]
/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c45 static int ath10k_htt_rx_get_csum_state(struct sk_buff *skb);
112 struct sk_buff *skb; local
117 skb = htt->rx_ring.netbufs_ring[i];
118 cb = ATH10K_SKB_CB(skb);
120 skb->len + skb_tailroom(skb),
122 dev_kfree_skb_any(skb);
131 struct sk_buff *skb; local
137 skb = dev_alloc_skb(HTT_RX_BUF_SIZE + HTT_RX_DESC_ALIGN);
138 if (!skb) {
231 struct sk_buff *skb; local
297 ath10k_htt_rx_free_msdu_chain(struct sk_buff *skb) argument
623 ath10k_htt_rx_skb_get_hdr(struct sk_buff *skb) argument
776 ath10k_htt_rx_h_protected(struct ath10k_htt *htt, struct ieee80211_rx_status *rx_status, struct sk_buff *skb, enum htt_rx_mpdu_encrypt_type enctype, enum rx_msdu_decap_format fmt, bool dot11frag) argument
860 ath10k_process_rx(struct ath10k *ar, struct ieee80211_rx_status *rx_status, struct sk_buff *skb) argument
911 struct sk_buff *skb = skb_in; local
1015 ath10k_htt_rx_msdu(struct ath10k_htt *htt, struct ieee80211_rx_status *rx_status, struct sk_buff *skb) argument
1088 ath10k_htt_rx_get_csum_state(struct sk_buff *skb) argument
1451 ath10k_htt_rx_frm_tx_compl(struct ath10k *ar, struct sk_buff *skb) argument
1570 ath10k_htt_t2h_msg_handler(struct ath10k *ar, struct sk_buff *skb) argument
1699 struct sk_buff *skb; local
[all...]
/drivers/atm/
H A Dsolos-pci.c106 #define SKB_CB(skb) ((struct solos_skb_cb *)skb->cb)
171 static void fpga_queue(struct solos_card *card, int port, struct sk_buff *skb,
182 static inline void solos_pop(struct atm_vcc *vcc, struct sk_buff *skb) argument
185 vcc->pop(vcc, skb);
187 dev_kfree_skb_any(skb);
196 struct sk_buff *skb; local
202 skb = alloc_skb(sizeof(*header) + buflen, GFP_KERNEL);
203 if (!skb) {
208 header = (void *)skb_put(skb, sizeo
251 struct sk_buff *skb; local
320 next_string(struct sk_buff *skb) argument
348 process_status(struct solos_card *card, int port, struct sk_buff *skb) argument
415 process_command(struct solos_card *card, int port, struct sk_buff *skb) argument
452 struct sk_buff *skb; local
470 struct sk_buff *skb; local
780 struct sk_buff *skb; local
872 struct sk_buff *skb = alloc_skb(RX_DMA_SIZE, GFP_ATOMIC); local
919 struct sk_buff *skb; local
953 struct sk_buff *skb, *tmpskb; local
1026 fpga_queue(struct solos_card *card, int port, struct sk_buff *skb, struct atm_vcc *vcc) argument
1051 struct sk_buff *skb; local
1135 psend(struct atm_vcc *vcc, struct sk_buff *skb) argument
1356 struct sk_buff *skb; local
1405 struct sk_buff *skb; local
[all...]
/drivers/net/ethernet/chelsio/cxgb/
H A Dsge.c163 struct sk_buff *skb; member in struct:cmdQ_ce
169 struct sk_buff *skb; member in struct:freelQ_ce
201 u16 recycleq_idx; /* skb recycle q to use */
280 * stop tasklet and free all pending skb's
426 * (skb != NULL). In addition, sched_skb() is called from the irq/soft irq
427 * context (skb == NULL).
428 * The scheduler only returns a skb (which will then be sent) if the
429 * length of the skb is <= the current quota of the output port.
431 static struct sk_buff *sched_skb(struct sge *sge, struct sk_buff *skb, argument
438 pr_debug("sched_skb %p\n", skb);
833 struct sk_buff *skb; local
1043 struct sk_buff *skb; local
1092 struct sk_buff *skb = ce->skb; local
1111 compute_large_page_tx_descs(struct sk_buff *skb) argument
1199 write_tx_descs(struct adapter *adapter, struct sk_buff *skb, unsigned int pidx, unsigned int gen, struct cmdQ *q) argument
1309 struct sk_buff *skb; local
1354 struct sk_buff *skb; local
1659 t1_sge_tx(struct sk_buff *skb, struct adapter *adapter, unsigned int qid, struct net_device *dev) argument
1771 t1_start_xmit(struct sk_buff *skb, struct net_device *dev) argument
1995 struct sk_buff *skb = sge->espibug_skb[i]; local
2030 struct sk_buff *skb = sge->espibug_skb[0]; local
[all...]
/drivers/nfc/st21nfca/
H A Di2c.c99 #define I2C_DUMP_SKB(info, skb) \
103 16, 1, (skb)->data, (skb)->len, 0); \
174 static void st21nfca_hci_add_len_crc(struct sk_buff *skb) argument
179 *skb_push(skb, 1) = 0;
181 crc = crc_ccitt(0xffff, skb->data, skb->len);
185 *skb_put(skb, 1) = tmp;
188 *skb_put(skb, 1) = tmp;
191 static void st21nfca_hci_remove_len_crc(struct sk_buff *skb) argument
202 st21nfca_hci_i2c_write(void *phy_id, struct sk_buff *skb) argument
312 st21nfca_hci_i2c_repack(struct sk_buff *skb) argument
368 st21nfca_hci_i2c_read(struct st21nfca_i2c_phy *phy, struct sk_buff *skb) argument
[all...]
/drivers/net/wireless/mwifiex/
H A Dsta_rx.c36 struct sk_buff *skb)
43 eth = (struct ethhdr *)skb->data;
46 arp = (void *)(skb->data + sizeof(struct ethhdr));
54 ipv6 = (void *)(skb->data + sizeof(struct ethhdr));
55 icmpv6 = (void *)(skb->data + sizeof(struct ethhdr) +
84 struct sk_buff *skb)
94 local_rx_pd = (struct rxpd *) (skb->data);
139 skb_pull(skb, hdr_chop);
142 mwifiex_discard_gratuitous_arp(priv, skb)) {
144 dev_kfree_skb_any(skb);
35 mwifiex_discard_gratuitous_arp(struct mwifiex_private *priv, struct sk_buff *skb) argument
83 mwifiex_process_rx_packet(struct mwifiex_private *priv, struct sk_buff *skb) argument
177 mwifiex_process_sta_rx_packet(struct mwifiex_private *priv, struct sk_buff *skb) argument
[all...]
/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c90 /* Perform WEP encryption on given skb that has at least 4 bytes of headroom
96 static int prism2_wep_encrypt(struct sk_buff *skb, int hdr_len, void *priv) argument
102 struct cb_desc *tcb_desc = (struct cb_desc *)(skb->cb +
109 if (skb_headroom(skb) < 4 || skb_tailroom(skb) < 4 ||
110 skb->len < hdr_len){
112 " hdr_len=%d\n", skb_headroom(skb), skb_tailroom(skb),
113 skb->len, hdr_len);
116 len = skb
170 prism2_wep_decrypt(struct sk_buff *skb, int hdr_len, void *priv) argument
[all...]
/drivers/net/wireless/p54/
H A Dfwio.c194 struct sk_buff *skb; local
203 skb = __dev_alloc_skb(priv->tx_hdr_len + frame_len, memflags);
204 if (!skb)
206 skb_reserve(skb, priv->tx_hdr_len);
208 hdr = (struct p54_hdr *) skb_put(skb, sizeof(*hdr));
213 return skb;
220 struct sk_buff *skb; local
229 skb = p54_alloc_skb(priv, P54_HDR_FLAG_CONTROL, eeprom_hdr_size +
232 if (unlikely(!skb))
237 eeprom_hdr = (struct p54_eeprom_lm86 *) skb_put(skb,
264 struct sk_buff *skb; local
281 struct sk_buff *skb; local
297 struct sk_buff *skb; local
317 struct sk_buff *skb; local
394 struct sk_buff *skb; local
542 struct sk_buff *skb; local
561 struct sk_buff *skb; local
598 struct sk_buff *skb; local
636 struct sk_buff *skb; local
656 struct sk_buff *skb; local
707 struct sk_buff *skb; local
736 struct sk_buff *skb; local
[all...]
/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.c109 static struct sk_buff *get_skb(struct sk_buff *skb, int len, gfp_t gfp);
139 static int iwch_l2t_send(struct t3cdev *tdev, struct sk_buff *skb, struct l2t_entry *l2e) argument
146 kfree_skb(skb);
149 error = l2t_send(tdev, skb, l2e);
151 kfree_skb(skb);
155 int iwch_cxgb3_ofld_send(struct t3cdev *tdev, struct sk_buff *skb) argument
162 kfree_skb(skb);
165 error = cxgb3_ofld_send(tdev, skb);
167 kfree_skb(skb);
171 static void release_tid(struct t3cdev *tdev, u32 hwtid, struct sk_buff *skb) argument
189 struct sk_buff *skb = get_skb(NULL, sizeof(*req), GFP_KERNEL); local
210 struct sk_buff *skb = get_skb(NULL, sizeof(*req), GFP_KERNEL); local
324 get_skb(struct sk_buff *skb, int len, gfp_t gfp) argument
359 arp_failure_discard(struct t3cdev *dev, struct sk_buff *skb) argument
368 act_open_req_arp_failure(struct t3cdev *dev, struct sk_buff *skb) argument
378 abort_arp_failure(struct t3cdev *dev, struct sk_buff *skb) argument
390 struct sk_buff *skb; local
407 send_abort(struct iwch_ep *ep, struct sk_buff *skb, gfp_t gfp) argument
432 struct sk_buff *skb; local
474 send_mpa_req(struct iwch_ep *ep, struct sk_buff *skb) argument
539 struct sk_buff *skb; local
588 struct sk_buff *skb; local
633 act_establish(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
661 abort_connection(struct iwch_ep *ep, struct sk_buff *skb, gfp_t gfp) argument
796 struct sk_buff *skb; local
814 process_mpa_reply(struct iwch_ep *ep, struct sk_buff *skb) argument
942 process_mpa_request(struct iwch_ep *ep, struct sk_buff *skb) argument
1044 rx_data(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
1090 tx_ack(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
1137 abort_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
1182 act_open_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
1202 struct sk_buff *skb; local
1228 pass_open_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
1244 struct sk_buff *skb; local
1261 close_listsrv_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
1274 accept_cr(struct iwch_ep *ep, __be32 peer_ip, struct sk_buff *skb) argument
1312 reject_cr(struct t3cdev *tdev, u32 hwtid, __be32 peer_ip, struct sk_buff *skb) argument
1340 pass_accept_req(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
1421 pass_establish(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
1439 peer_close(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
1530 peer_abort(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
1641 close_con_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
1695 terminate(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
1712 ec_status(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
2182 struct sk_buff *skb = NULL; local
2203 sched(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
2223 set_tcb_rpl(struct t3cdev *tdev, struct sk_buff *skb, void *ctx) argument
[all...]
/drivers/net/wireless/libertas/
H A Dtx.c60 * @skb: A pointer to skb which includes TX packet
64 netdev_tx_t lbs_hard_start_xmit(struct sk_buff *skb, struct net_device *dev) argument
82 if (!skb->len || (skb->len > MRVDRV_ETH_TX_PACKET_BUFFER_SIZE)) {
83 lbs_deb_tx("tx err: skb length %d 0 or > %zd\n",
84 skb->len, MRVDRV_ETH_TX_PACKET_BUFFER_SIZE);
109 lbs_deb_hex(LBS_DEB_TX, "TX Data", skb->data, min_t(unsigned int, skb->len, 100));
114 p802x_hdr = skb
[all...]
/drivers/staging/rtl8712/
H A Drecv_linux.c111 _pkt *skb; local
116 skb = precv_frame->u.hdr.pkt;
117 if (skb == NULL)
119 skb->data = precv_frame->u.hdr.rx_data;
120 skb->len = precv_frame->u.hdr.len;
121 skb_set_tail_pointer(skb, skb->len);
123 skb->ip_summed = CHECKSUM_UNNECESSARY;
125 skb->ip_summed = CHECKSUM_NONE;
126 skb
[all...]
/drivers/net/wan/
H A Dhdlc_raw_eth.c28 static netdev_tx_t eth_tx(struct sk_buff *skb, struct net_device *dev) argument
30 int pad = ETH_ZLEN - skb->len;
32 int len = skb->len;
33 if (skb_tailroom(skb) < pad)
34 if (pskb_expand_head(skb, 0, pad, GFP_ATOMIC)) {
36 dev_kfree_skb(skb);
39 skb_put(skb, pad);
40 memset(skb->data + len, 0, pad);
42 return dev_to_hdlc(dev)->xmit(skb, dev);
/drivers/connector/
H A Dconnector.c78 struct sk_buff *skb; local
108 skb = nlmsg_new(size, gfp_mask);
109 if (!skb)
112 nlh = nlmsg_put(skb, 0, msg->seq, NLMSG_DONE, size, 0);
114 kfree_skb(skb);
122 NETLINK_CB(skb).dst_group = group;
125 return netlink_broadcast(dev->nls, skb, portid, group,
127 return netlink_unicast(dev->nls, skb, portid, !(gfp_mask&__GFP_WAIT));
142 static int cn_call_callback(struct sk_buff *skb) argument
146 struct cn_msg *msg = nlmsg_data(nlmsg_hdr(skb));
178 struct sk_buff *skb; local
[all...]
/drivers/isdn/hisax/
H A Dhisax_debug.h36 #define DBG_SKB(level, skb) \
37 if ((level & __debug_variable) && skb) dump_packet(__func__, skb->data, skb->len)
76 #define DBG_SKB(level, skb) do {} while (0)

Completed in 802 milliseconds

1234567891011>>