Home
last modified time | relevance | path

Searched defs:skb (Results 1 – 25 of 141) sorted by relevance

123456

/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dlinux_pkt.h50 #define PKTDUP(osh, skb) osl_pktdup((osh), (skb), __LINE__, __FILE__) argument
54 #define PKTDUP(osh, skb) osl_pktdup((osh), (skb), __LINE__, __FUNCTION__) argument
57 #define PKTDUP(osh, skb) osl_pktdup((osh), (skb)) argument
64 #define PKTDUP(osh, skb) osl_pktdup((osh), (skb), __LINE__, __FILE__) argument
67 #define PKTLIST_IDX(skb) ((uint16 *)((char *)PKTTAG(skb) + \ argument
72 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send), __LINE__, __FUNCTION__) argument
74 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send)) argument
78 #define PKTFREE_STATIC(osh, skb, send) osl_pktfree_static((osh), (skb), (send)) argument
84 #define PKTDATA(osh, skb) ({BCM_REFERENCE(osh); (((struct sk_buff*)(skb))->data);}) argument
85 #define PKTLEN(osh, skb) ({BCM_REFERENCE(osh); (((struct sk_buff*)(skb))->len);}) argument
[all …]
Dosl.h178 #define PKTCGETATTR(skb) (0) argument
179 #define PKTCSETATTR(skb, f, p, b) BCM_REFERENCE(skb) argument
180 #define PKTCCLRATTR(skb) BCM_REFERENCE(skb) argument
181 #define PKTCCNT(skb) (1) argument
182 #define PKTCLEN(skb) PKTLEN(NULL, skb) argument
183 #define PKTCGETFLAGS(skb) (0) argument
184 #define PKTCSETFLAGS(skb, f) BCM_REFERENCE(skb) argument
185 #define PKTCCLRFLAGS(skb) BCM_REFERENCE(skb) argument
186 #define PKTCFLAGS(skb) (0) argument
187 #define PKTCSETCNT(skb, c) BCM_REFERENCE(skb) argument
[all …]
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dlinux_pkt.h56 #define PKTDUP(osh, skb) osl_pktdup((osh), (skb), __LINE__, __FUNCTION__) argument
59 #define PKTDUP(osh, skb) osl_pktdup((osh), (skb)) argument
64 #define PKTFREE(osh, skb, send) \ argument
67 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send)) argument
71 #define PKTFREE_STATIC(osh, skb, send) osl_pktfree_static((osh), (skb), (send)) argument
76 #define PKTDATA(osh, skb) \ argument
81 #define PKTLEN(osh, skb) \ argument
86 #define PKTHEAD(osh, skb) \ argument
91 #define PKTSETHEAD(osh, skb, h) \ argument
96 #define PKTHEADROOM(osh, skb) \ argument
[all …]
Dosl.h144 #define PKTCGETATTR(skb) (0) argument
145 #define PKTCSETATTR(skb, f, p, b) BCM_REFERENCE(skb) argument
146 #define PKTCCLRATTR(skb) BCM_REFERENCE(skb) argument
147 #define PKTCCNT(skb) (1) argument
148 #define PKTCLEN(skb) PKTLEN(NULL, skb) argument
149 #define PKTCGETFLAGS(skb) (0) argument
150 #define PKTCSETFLAGS(skb, f) BCM_REFERENCE(skb) argument
151 #define PKTCCLRFLAGS(skb) BCM_REFERENCE(skb) argument
152 #define PKTCFLAGS(skb) (0) argument
153 #define PKTCSETCNT(skb, c) BCM_REFERENCE(skb) argument
[all …]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dlinux_pkt.h55 #define PKTDUP(osh, skb) osl_pktdup((osh), (skb), __LINE__, __FUNCTION__) argument
58 #define PKTDUP(osh, skb) osl_pktdup((osh), (skb)) argument
63 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send), __LINE__, __FUNCTION__) argument
65 #define PKTFREE(osh, skb, send) linux_pktfree((osh), (skb), (send)) argument
69 #define PKTFREE_STATIC(osh, skb, send) osl_pktfree_static((osh), (skb), (send)) argument
74 #define PKTDATA(osh, skb) ({BCM_REFERENCE(osh); (((struct sk_buff*)(skb))->data);}) argument
75 #define PKTLEN(osh, skb) ({BCM_REFERENCE(osh); (((struct sk_buff*)(skb))->len);}) argument
76 #define PKTHEAD(osh, skb) ({BCM_REFERENCE(osh); (((struct sk_buff*)(skb))->head);}) argument
77 #define PKTSETHEAD(osh, skb, h) ({BCM_REFERENCE(osh); \ argument
79 #define PKTHEADROOM(osh, skb) (PKTDATA(osh, skb)-(((struct sk_buff*)(skb))->head)) argument
[all …]
Dosl.h137 #define PKTCGETATTR(skb) (0) argument
138 #define PKTCSETATTR(skb, f, p, b) BCM_REFERENCE(skb) argument
139 #define PKTCCLRATTR(skb) BCM_REFERENCE(skb) argument
140 #define PKTCCNT(skb) (1) argument
141 #define PKTCLEN(skb) PKTLEN(NULL, skb) argument
142 #define PKTCGETFLAGS(skb) (0) argument
143 #define PKTCSETFLAGS(skb, f) BCM_REFERENCE(skb) argument
144 #define PKTCCLRFLAGS(skb) BCM_REFERENCE(skb) argument
145 #define PKTCFLAGS(skb) (0) argument
146 #define PKTCSETCNT(skb, c) BCM_REFERENCE(skb) argument
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dlinux_osl.h426 #define PKTDUP(osh, skb) osl_pktdup((osh), (skb), __LINE__, __FILE__) argument
430 #define PKTDUP(osh, skb) osl_pktdup((osh), (skb), __LINE__, __FUNCTION__) argument
433 #define PKTDUP(osh, skb) osl_pktdup((osh), (skb)) argument
439 #define PKTFREE(osh, skb, send) osl_pktfree((osh), (skb), (send), __LINE__, __FUNCTION__) argument
441 #define PKTFREE(osh, skb, send) osl_pktfree((osh), (skb), (send)) argument
445 #define PKTFREE_STATIC(osh, skb, send) osl_pktfree_static((osh), (skb), (send)) argument
450 #define PKTDATA(osh, skb) ({BCM_REFERENCE(osh); (((struct sk_buff*)(skb))->data);}) argument
451 #define PKTLEN(osh, skb) ({BCM_REFERENCE(osh); (((struct sk_buff*)(skb))->len);}) argument
452 #define PKTHEADROOM(osh, skb) (PKTDATA(osh, skb)-(((struct sk_buff*)(skb))->head)) argument
453 #define PKTEXPHEADROOM(osh, skb, b) \ argument
[all …]
Dosl.h101 #define PKTCGETATTR(skb) (0) argument
102 #define PKTCSETATTR(skb, f, p, b) BCM_REFERENCE(skb) argument
103 #define PKTCCLRATTR(skb) BCM_REFERENCE(skb) argument
104 #define PKTCCNT(skb) (1) argument
105 #define PKTCLEN(skb) PKTLEN(NULL, skb) argument
106 #define PKTCGETFLAGS(skb) (0) argument
107 #define PKTCSETFLAGS(skb, f) BCM_REFERENCE(skb) argument
108 #define PKTCCLRFLAGS(skb) BCM_REFERENCE(skb) argument
109 #define PKTCFLAGS(skb) (0) argument
110 #define PKTCSETCNT(skb, c) BCM_REFERENCE(skb) argument
[all …]
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dlinux_pkt.c140 struct sk_buff *skb; in BCMFASTPATH() local
281 struct sk_buff *skb; in BCMFASTPATH() local
327 struct sk_buff *skb, *nskb; in BCMFASTPATH() local
403 struct sk_buff *skb; in osl_pktget_static() local
536 struct sk_buff *skb = (struct sk_buff *)p; in osl_pktfree_static() local
609 osl_pktdup(osl_t *osh, void *skb, int line, char *file) in osl_pktdup()
660 struct sk_buff *skb; in osl_pkt_is_frmnative() local
679 struct sk_buff *skb; in osl_ctrace_dump() local
755 osl_pktshared(void *skb) in osl_pktshared()
761 osl_pktdata(osl_t *osh, void *skb) in osl_pktdata()
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/
Dwpa.c35 struct sk_buff *skb = tx->skb; in ieee80211_tx_h_michael_mic_add() local
100 struct sk_buff *skb = rx->skb; in ieee80211_rx_h_michael_mic_verify() local
193 static int tkip_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in tkip_encrypt_skb()
250 struct sk_buff *skb; in ieee80211_crypto_tkip_encrypt() local
269 struct sk_buff *skb = rx->skb; in ieee80211_crypto_tkip_decrypt() local
314 static void ccmp_special_blocks(struct sk_buff *skb, u8 *pn, u8 *b_0, u8 *aad) in ccmp_special_blocks()
405 static int ccmp_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb, in ccmp_encrypt_skb()
480 struct sk_buff *skb; in ieee80211_crypto_ccmp_encrypt() local
500 struct sk_buff *skb = rx->skb; in ieee80211_crypto_ccmp_decrypt() local
567 static void gcmp_special_blocks(struct sk_buff *skb, u8 *pn, u8 *j_0, u8 *aad) in gcmp_special_blocks()
[all …]
Dtx.c52 struct sk_buff *skb, int group_addr, in ieee80211_duration()
360 struct sk_buff *skb; in purge_old_ps_buffers() local
470 struct sk_buff *skb) in ieee80211_use_mfp()
869 struct sk_buff *skb, int hdrlen, in ieee80211_fragment()
931 struct sk_buff *skb = tx->skb; in ieee80211_tx_h_fragment() local
1006 struct sk_buff *skb; in ieee80211_tx_h_stats() local
1060 struct sk_buff *skb; in ieee80211_tx_h_calculate_duration() local
1086 struct sk_buff *skb, in ieee80211_tx_prep_agg()
1166 struct sta_info *sta, struct sk_buff *skb) in ieee80211_tx_prepare()
1253 struct sk_buff *skb) in ieee80211_get_txq()
[all …]
Dwme.c33 static int wme_downgrade_ac(struct sk_buff *skb) in wme_downgrade_ac()
84 struct sta_info *sta, struct sk_buff *skb) in ieee80211_downgrade_queue()
117 struct sk_buff *skb, in ieee80211_select_queue_80211()
142 struct sta_info *sta, struct sk_buff *skb) in __ieee80211_select_queue()
179 struct sk_buff *skb) in ieee80211_select_queue()
239 struct sk_buff *skb) in ieee80211_set_qos_hdr()
Drx.c100 static void remove_monitor_info(struct sk_buff *skb, in remove_monitor_info()
109 static inline bool should_drop_frame(struct sk_buff *skb, int present_fcs_len, in should_drop_frame()
137 struct sk_buff *skb) in ieee80211_rx_radiotap_hdrlen()
245 struct sk_buff *skb, in ieee80211_handle_mu_mimo_mon()
295 struct sk_buff *skb, in ieee80211_add_rx_radiotap_header()
713 struct sk_buff *skb; in ieee80211_make_monitor_skb() local
850 struct sk_buff *skb; in ieee80211_rx_monitor() local
962 static int ieee80211_is_unicast_robust_mgmt_frame(struct sk_buff *skb) in ieee80211_is_unicast_robust_mgmt_frame()
973 static int ieee80211_is_multicast_robust_mgmt_frame(struct sk_buff *skb) in ieee80211_is_multicast_robust_mgmt_frame()
985 static int ieee80211_get_mmie_keyidx(struct sk_buff *skb) in ieee80211_get_mmie_keyidx()
[all …]
Dstatus.c25 struct sk_buff *skb) in mac80211_tx_status_irqsafe()
47 struct sk_buff *skb) in ieee80211_handle_filtered_frame()
184 static void ieee80211_frame_acked(struct sta_info *sta, struct sk_buff *skb) in ieee80211_frame_acked()
305 struct sk_buff *skb, int retry_count, in ieee80211_add_tx_radiotap_header()
573 struct sk_buff *skb, u32 flags) in ieee80211_tdls_td_tx_handle()
607 ieee80211_sdata_from_skb(struct ieee80211_local *local, struct sk_buff *skb) in ieee80211_sdata_from_skb()
630 struct sk_buff *skb; in ieee80211_report_ack_skb() local
671 struct sk_buff *skb, bool dropped) in ieee80211_report_used_skb()
806 void ieee80211_tx_monitor(struct ieee80211_local *local, struct sk_buff *skb, in ieee80211_tx_monitor()
875 struct sk_buff *skb = status->skb; in __ieee80211_tx_status() local
[all …]
Dtdls.c43 struct sk_buff *skb) in ieee80211_tdls_add_ext_capab()
72 struct sk_buff *skb, u16 start, u16 end, in ieee80211_tdls_add_subband()
129 struct sk_buff *skb) in ieee80211_tdls_add_supp_channels()
156 struct sk_buff *skb) in ieee80211_tdls_add_oper_classes()
173 static void ieee80211_tdls_add_bss_coex_ie(struct sk_buff *skb) in ieee80211_tdls_add_bss_coex_ie()
202 struct sk_buff *skb, const u8 *peer, in ieee80211_tdls_add_link_ie()
227 ieee80211_tdls_add_aid(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb) in ieee80211_tdls_add_aid()
273 struct sk_buff *skb) in ieee80211_tdls_add_wmm_param_ie()
363 struct sk_buff *skb, const u8 *peer, in ieee80211_tdls_add_setup_start_ies()
544 struct sk_buff *skb, const u8 *peer, in ieee80211_tdls_add_setup_cfm_ies()
[all …]
Dwep.c67 struct sk_buff *skb, in ieee80211_wep_add_iv()
95 struct sk_buff *skb, in ieee80211_wep_remove_iv()
134 struct sk_buff *skb, in ieee80211_wep_encrypt()
194 struct sk_buff *skb, in ieee80211_wep_decrypt()
245 struct sk_buff *skb = rx->skb; in ieee80211_crypto_wep_decrypt() local
272 static int wep_encrypt_skb(struct ieee80211_tx_data *tx, struct sk_buff *skb) in wep_encrypt_skb()
296 struct sk_buff *skb; in ieee80211_crypto_wep_encrypt() local
Dmesh.c249 struct sk_buff *skb) in mesh_add_meshconf_ie()
294 int mesh_add_meshid_ie(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb) in mesh_add_meshid_ie()
312 struct sk_buff *skb) in mesh_add_awake_window_ie()
335 struct sk_buff *skb) in mesh_add_vendor_ies()
358 int mesh_add_rsn_ie(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb) in mesh_add_rsn_ie()
382 struct sk_buff *skb) in mesh_add_ds_params_ie()
409 struct sk_buff *skb) in mesh_add_ht_cap_ie()
434 struct sk_buff *skb) in mesh_add_ht_oper_ie()
473 struct sk_buff *skb) in mesh_add_vht_cap_ie()
498 struct sk_buff *skb) in mesh_add_vht_oper_ie()
[all …]
Dmesh_ps.c21 struct sk_buff *skb; in mps_qos_null_get() local
50 struct sk_buff *skb; in mps_qos_null_tx() local
363 struct sk_buff *skb; in mpsp_trigger_send() local
412 struct sk_buff *new_skb, *skb = skb_peek_tail(frames); in mpsp_qos_null_append() local
451 struct sk_buff *skb; in mps_frame_deliver() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dlinux_pkt.c147 osl_fwderbuf_reset(osl_t *osh, struct sk_buff *skb) in osl_fwderbuf_reset()
154 struct sk_buff *skb; in osl_alloc_skb() local
239 struct sk_buff *skb; in linux_pktget() local
268 struct sk_buff *skb, *nskb; in linux_pktfree_irq() local
337 struct sk_buff *skb, *nskb; in linux_pktfree() local
403 struct sk_buff *skb; in osl_pktget_static() local
536 struct sk_buff *skb = (struct sk_buff *)p; in osl_pktfree_static() local
609 osl_pktdup(osl_t *osh, void *skb, int line, const char *caller) in osl_pktdup()
656 osl_pkt_orphan_partial(struct sk_buff *skb, int tsq) in osl_pkt_orphan_partial()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dlinux_pkt.c148 struct sk_buff *skb) in osl_fwderbuf_reset()
154 struct sk_buff *skb; in osl_alloc_skb() local
237 struct sk_buff *skb; in linux_pktget() local
268 struct sk_buff *skb, *nskb; in linux_pktfree() local
333 struct sk_buff *skb; in osl_pktget_static() local
466 struct sk_buff *skb = (struct sk_buff *)p; in osl_pktfree_static() local
539 osl_pktdup(osl_t *osh, void *skb, int line, const char *caller) in osl_pktdup()
587 void osl_pkt_orphan_partial(struct sk_buff *skb, int tsq) in osl_pkt_orphan_partial()
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Dhci_h5.c668 uint8_t *skb_get_data(IN sk_buff *skb) in skb_get_data()
673 uint32_t skb_get_data_length(IN sk_buff *skb) in skb_get_data_length()
680 sk_buff *skb = (sk_buff *)RtbAllocate(len, 0); in skb_alloc() local
684 void skb_free(IN OUT sk_buff **skb) in skb_free()
691 static void skb_unlink(sk_buff *skb, struct _RTB_QUEUE_HEAD *list) in skb_unlink()
698 uint8_t *skb_put(OUT sk_buff *skb, IN uint32_t len) in skb_put()
707 void skb_trim(sk_buff *skb, unsigned int len) in skb_trim()
716 uint8_t skb_get_pkt_type(sk_buff *skb) in skb_get_pkt_type()
721 void skb_set_pkt_type(sk_buff *skb, uint8_t pkt_type) in skb_set_pkt_type()
729 void skb_pull(OUT sk_buff *skb, IN uint32_t len) in skb_pull()
[all …]
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Dhci_h5.c412 uint8_t *skb_get_data(IN sk_buff *skb) in skb_get_data()
417 uint32_t skb_get_data_length(IN sk_buff *skb) in skb_get_data_length()
424 sk_buff *skb = (sk_buff *)RtbAllocate(len, 0); in skb_alloc() local
428 void skb_free(IN OUT sk_buff **skb) in skb_free()
435 static void skb_unlink(sk_buff *skb, struct _RTB_QUEUE_HEAD *list) in skb_unlink()
442 uint8_t *skb_put(OUT sk_buff *skb, IN uint32_t len) in skb_put()
451 void skb_trim(sk_buff *skb, unsigned int len) in skb_trim()
460 uint8_t skb_get_pkt_type(sk_buff *skb) in skb_get_pkt_type()
465 void skb_set_pkt_type(sk_buff *skb, uint8_t pkt_type) in skb_set_pkt_type()
473 void skb_pull(OUT sk_buff *skb, IN uint32_t len) in skb_pull()
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/
Ditp.c41 struct sk_buff *skb; in xradio_itp_read() local
61 struct sk_buff *skb; in xradio_itp_write() local
300 struct sk_buff *skb; in xradio_itp_rx_stats() local
451 struct sk_buff *skb; in xradio_itp_get_version() local
591 bool xradio_itp_rxed(struct xradio_common *priv, struct sk_buff *skb) in xradio_itp_rxed()
630 struct sk_buff *skb) in xradio_itp_handle()
727 struct sk_buff *skb; in xradio_itp_err() local
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dnlrtw.c92 static int nlrtw_ch_util_set(struct sk_buff *skb, struct genl_info *info) in nlrtw_ch_util_set()
148 struct sk_buff *skb, u32 portid, in nlrtw_multicast()
162 struct sk_buff *skb = NULL; in rtw_nlrtw_ch_util_rpt() local
238 struct sk_buff *skb = NULL; in rtw_nlrtw_reg_change_event() local
292 struct sk_buff *skb = NULL; in rtw_nlrtw_reg_beacon_hint_event() local
347 struct sk_buff *skb = NULL; in _rtw_nlrtw_radar_event() local
441 struct sk_buff *skb = NULL; in rtw_nlrtw_radio_opmode_notify() local
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/bluetooth/
Drtk_btusb.c250 static void print_acl(struct sk_buff *skb, int direction) in print_acl()
263 static void print_sco(struct sk_buff *skb, int direction) in print_sco()
276 static void print_error_command(struct sk_buff *skb) in print_error_command()
350 static void print_command(struct sk_buff *skb) in print_command()
371 static void print_event(struct sk_buff *skb) in print_event()
487 static inline ssize_t usb_put_user(struct sk_buff *skb, in usb_put_user()
503 static void rtk_enqueue(struct sk_buff *skb) in rtk_enqueue()
525 struct sk_buff *skb; in rtk_dequeue_try() local
559 struct sk_buff *skb; in rtk_clear_queue() local
754 static void hci_send_to_alsa_ringbuffer(struct hci_dev *hdev, struct sk_buff *skb) in hci_send_to_alsa_ringbuffer()
[all …]

123456