Home
last modified time | relevance | path

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

/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/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()
Dwl_cfgvendor.c208 struct sk_buff *skb; in wl_cfgvendor_send_async_event() local
237 struct sk_buff *skb; in wl_cfgvendor_send_cmd_reply() local
279 struct sk_buff *skb; in wl_cfgvendor_get_feature_set_matrix() local
426 struct sk_buff *skb; in wl_cfgvendor_send_hotlist_event() local
518 struct sk_buff *skb; in wl_cfgvendor_gscan_get_batch_results() local
1211 struct sk_buff *skb; in wl_cfgvendor_gscan_get_channel_list() local
1323 struct sk_buff *skb = NULL; in wl_cfgvendor_get_wake_reason_stats() local
1541 struct sk_buff *skb = NULL; in wl_cfgvendor_rtt_evt() local
6435 struct sk_buff *skb = NULL; in wl_cfgvendor_dbg_file_dump() local
6603 struct sk_buff *skb = NULL; in wl_cfgvendor_dbg_trigger_mem_dump() local
[all …]
Dwl_ext_genl.c312 wl_ext_genl_recv(struct sk_buff *skb, struct genl_info *info) in wl_ext_genl_recv()
365 struct sk_buff *skb = NULL; in wl_ext_genl_send() local
426 wl_ext_genl_bind(struct sk_buff *skb, struct genl_info *info) in wl_ext_genl_bind()
Ddhd_linux_lb.c977 struct sk_buff * skb; in dhd_napi_poll() local
1235 int ifidx, void *skb) in dhd_lb_sendpkt()
1269 struct sk_buff *skb; in dhd_lb_tx_process() local
Dwl_linux_mon.c178 static netdev_tx_t dhd_mon_if_subif_start_xmit(struct sk_buff *skb, struct net_device *ndev) in dhd_mon_if_subif_start_xmit()
Ddhd_linux.c1585 static inline int dhd_rxf_enqueue(dhd_pub_t *dhdp, void* skb) in dhd_rxf_enqueue()
1624 void *skb; in dhd_rxf_dequeue() local
3276 struct sk_buff *skb; in dhd_sendup() local
3587 dhd_start_xmit(struct sk_buff *skb, struct net_device *net) in dhd_start_xmit()
3881 dhd_start_xmit_wrapper(struct sk_buff *skb, struct net_device *net) in dhd_start_xmit_wrapper()
4027 dhd_netif_rx_ni(struct sk_buff * skb) in dhd_netif_rx_ni()
4039 dhd_event_logtrace_pkt_process(dhd_pub_t *dhdp, struct sk_buff * skb) in dhd_event_logtrace_pkt_process()
4088 struct sk_buff *skb; in dhd_event_logtrace_process_items() local
4389 struct sk_buff *skb; in dhd_event_logtrace_flush_queue() local
4403 struct sk_buff *skb = NULL; in dhd_sendup_info_buf() local
[all …]
Dwl_android.c3698 static void wl_netlink_recv(struct sk_buff *skb) in wl_netlink_recv()
3744 struct sk_buff *skb = NULL; in wl_netlink_send_msg() local
5019 struct sk_buff *skb; in wl_android_bcnrecv_event() local
6290 struct sk_buff *skb; in wl_genl_send_msg() local
6410 struct sk_buff *skb, in wl_genl_handle_msg()
Ddhd_linux.h164 struct sk_buff *skb; member
Ddbus_usb_linux.c270 #define SKB_PRIV(skb, idx) (&((void **)skb->cb)[idx]) argument
271 #define SKB_PRIV_URB(skb) (*(struct urb **)SKB_PRIV(skb, 0)) argument
Dwl_cfgp2p.c2468 static netdev_tx_t wl_cfgp2p_start_xmit(struct sk_buff *skb, struct net_device *ndev) in wl_cfgp2p_start_xmit()
Dlinux_osl.c1629 struct sk_buff *skb; in osl_sec_dma_map() local
Dwl_cfg80211.c13669 struct sk_buff *skb; in wl_cfg80211_event_sae_key() local
24120 struct sk_buff *skb = NULL; in wl_cfg80211_bssload_report_event_handler() local
24374 struct sk_buff *skb; in wl_cfg80211_wips_event_ext() local
/device/soc/rockchip/common/vendor/drivers/net/usb/
Dmeig_cdc_driver.c518 struct sk_buff *skb; member
784 void hw_skb_return(struct hw_cdc_net *dev, struct sk_buff *skb) in hw_skb_return()
819 struct sk_buff *skb, *skbnext; in unlink_urbs() local
902 static void tx_defer_bh(struct hw_cdc_net *dev, struct sk_buff *skb, struct sk_buff_head *list) in tx_defer_bh()
919 struct sk_buff *skb; in submit_skb() local
956 static void rx_tlp_parse(struct hw_cdc_net *dev, struct sk_buff *skb) in rx_tlp_parse()
1097 static void rx_defer_bh(struct hw_cdc_net *dev, struct sk_buff *skb, struct sk_buff_head *list) in rx_defer_bh()
1139 struct sk_buff *skb; in rx_submit() local
1206 static inline void rx_process(struct hw_cdc_net *dev, struct sk_buff *skb) in rx_process()
1228 struct sk_buff *skb = (struct sk_buff *)urb->context; in rx_complete() local
[all …]
/device/soc/rockchip/common/vendor/drivers/net/ethernet/
Ddwmac-rk-tool.c310 static void dwmac_rk_udp4_hwcsum(struct sk_buff *skb, __be32 src, __be32 dst) in dwmac_rk_udp4_hwcsum()
323 struct sk_buff *skb = NULL; in dwmac_rk_get_skb() local
459 …_loopback_validate(struct stmmac_priv *priv, struct dwmac_rk_lb_priv *lb_priv, struct sk_buff *skb) in dwmac_rk_loopback_validate()
531 struct sk_buff *skb; in dwmac_rk_rx_fill() local
574 struct sk_buff *skb; in dwmac_rk_rx_clean() local
588 struct sk_buff *skb; in dwmac_rk_rx_validate() local
645 struct sk_buff *skb; in dwmac_rk_tx_clean() local
664 static int dwmac_rk_xmit(struct sk_buff *skb, struct net_device *dev, struct dwmac_rk_lb_priv *lb_p… in dwmac_rk_xmit()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-rk-tool.c322 static void dwmac_rk_udp4_hwcsum(struct sk_buff *skb, __be32 src, __be32 dst) in dwmac_rk_udp4_hwcsum()
337 struct sk_buff *skb = NULL; in dwmac_rk_get_skb() local
470 struct sk_buff *skb) in dwmac_rk_loopback_validate()
532 struct sk_buff *skb; in dwmac_rk_rx_fill() local
577 struct sk_buff *skb; in dwmac_rk_rx_clean() local
594 struct sk_buff *skb; in dwmac_rk_rx_validate() local
658 struct sk_buff *skb; in dwmac_rk_tx_clean() local
680 static int dwmac_rk_xmit(struct sk_buff *skb, struct net_device *dev, in dwmac_rk_xmit()
Dstmmac.h86 struct sk_buff *skb; member
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
Dsco.c291 static int sco_send_frame(struct sock *sk, struct sk_buff *skb) in sco_send_frame()
308 static void sco_recv_frame(struct sco_conn *conn, struct sk_buff *skb) in sco_recv_frame()
469 static void sco_skb_put_cmsg(struct sk_buff *skb, struct msghdr *msg, struct sock *sk) in sco_skb_put_cmsg()
738 struct sk_buff *skb; in sco_sock_sendmsg() local
1237 void sco_recv_scodata(struct hci_conn *hcon, struct sk_buff *skb) in sco_recv_scodata()
Dl2cap_sock.c1522 static int l2cap_sock_recv_cb(struct l2cap_chan *chan, struct sk_buff *skb) in l2cap_sock_recv_cb()
1638 struct sk_buff *skb; in l2cap_sock_alloc_skb_cb() local
1735 static int l2cap_sock_filter(struct l2cap_chan *chan, struct sk_buff *skb) in l2cap_sock_filter()
1779 static void l2cap_skb_msg_name(struct sk_buff *skb, void *msg_name, int *msg_namelen) in l2cap_skb_msg_name()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
Dr8168_n.c3624 struct sk_buff *skb, *rx_skb; in rtl8168_mac_loopback_test() local
5350 struct sk_buff *skb) in rtl8168_tx_vlan_tag()
5412 struct sk_buff *skb) in rtl8168_rx_vlan_skb()
5439 struct sk_buff *skb) in rtl8168_tx_vlan_tag()
5447 struct sk_buff *skb) in rtl8168_rx_vlan_skb()
27123 struct sk_buff *skb; in rtl8168_alloc_rx_skb() local
27305 struct sk_buff *skb = tx_skb->skb; in rtl8168_tx_clear_range() local
27501 struct sk_buff *skb,
27559 __be16 get_protocol(struct sk_buff *skb)
27575 static bool rtl8168_skb_pad(struct sk_buff *skb)
[all …]
Dr8168.h45 #define skb_transport_offset(skb) (skb->h.raw - skb->data) argument
1445 struct sk_buff *skb; member
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
Dusbnet.h232 static inline void usbnet_set_skb_tx_stats(struct sk_buff *skb, unsigned long packets, long bytes_d… in usbnet_set_skb_tx_stats()
/device/soc/rockchip/rk3588/kernel/include/linux/
Dstmmac.h86 struct sk_buff *skb; member
/device/soc/rockchip/common/sdk_linux/include/linux/
Dbpf.h1561 static inline int dev_map_generic_redirect(struct bpf_dtab_netdev *dst, struct sk_buff *skb, struct… in dev_map_generic_redirect()
1846 struct sk_buff *skb; member