Home
last modified time | relevance | path

Searched defs:_skb (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/net/tipc/
Dmsg.c204 bool tipc_msg_validate(struct sk_buff **_skb) in tipc_msg_validate()
465 struct sk_buff *_skb; in tipc_msg_make_bundle() local
509 struct sk_buff *_skb = *skb; in tipc_msg_reverse() local
629 struct sk_buff *skb, *_skb; in tipc_msg_reassemble() local
667 struct sk_buff *skb, *_skb; in tipc_msg_pskb_copy() local
689 struct sk_buff *_skb, *tmp; in __tipc_skb_queue_sorted() local
Dbcast.c170 struct sk_buff *skb, *_skb; in tipc_bcbase_xmit() local
Dlink.c912 struct sk_buff *skb, *_skb, *bskb; in tipc_link_xmit() local
981 struct sk_buff *skb, *_skb; in tipc_link_advance_backlog() local
1032 struct sk_buff *_skb, *skb = skb_peek(&l->transmq); in tipc_link_retrans() local
Dudp_media.c239 struct sk_buff *_skb; in tipc_udp_send_msg() local
Dgroup.c468 struct sk_buff *_skb, *tmp; in tipc_group_sort_msg() local
Dmsg.h1036 struct sk_buff *_skb, *tmp, *skb = NULL; in tipc_skb_dequeue() local
Dsocket.c1118 struct sk_buff *skb, *_skb; in tipc_sk_mcast_rcv() local
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dusb.c535 struct sk_buff *_skb; in _rtl_rx_pre_process() local
785 struct sk_buff *_skb; in rtl_usb_cleanup() local
930 struct sk_buff *_skb = NULL; in _rtl_usb_transmit() local
/Linux-v4.19/drivers/net/ipvlan/
Dipvlan.h111 #define IPVL_SKB_CB(_skb) ((struct ipvl_skb_cb *)&((_skb)->cb[0])) argument