Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/tipc/
H A Dmsg.c257 bool tipc_msg_validate(struct sk_buff **_skb) in tipc_msg_validate()
316 struct sk_buff *_skb; in tipc_msg_fragment() local
627 struct sk_buff *_skb = *skb; in tipc_msg_reverse() local
679 struct sk_buff *skb, *_skb; in tipc_msg_skb_clone() local
762 struct sk_buff *skb, *_skb; in tipc_msg_reassemble() local
800 struct sk_buff *skb, *_skb; in tipc_msg_pskb_copy() local
822 struct sk_buff *_skb, *tmp; in __tipc_skb_queue_sorted() local
H A Dbcast.c181 struct sk_buff *skb, *_skb; in tipc_bcbase_xmit() local
323 struct sk_buff *_skb; in tipc_mcast_send_sync() local
787 struct sk_buff *skb, *_skb, *tmp; in tipc_mcast_filter_msg() local
H A Dudp_media.c254 struct sk_buff *_skb; in tipc_udp_send_msg() local
H A Dlink.c1006 struct sk_buff *skb, *_skb; in tipc_link_xmit() local
1140 struct sk_buff *skb, *_skb; in tipc_link_advance_backlog() local
1528 struct sk_buff *skb, *_skb, *tmp; in tipc_link_advance_transmq() local
H A Dgroup.c475 struct sk_buff *_skb, *tmp; in tipc_group_sort_msg() local
H A Dbearer.c735 struct sk_buff *skb, *_skb; in tipc_clone_to_loopback() local
H A Dcrypto.c1645 static inline void tipc_crypto_clone_msg(struct net *net, struct sk_buff *_skb, in tipc_crypto_clone_msg()
H A Dmsg.h1269 struct sk_buff *_skb, *tmp, *skb = NULL; in tipc_skb_dequeue() local
H A Dsocket.c1183 struct sk_buff *skb, *_skb; in tipc_sk_mcast_rcv() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Dusb.c514 struct sk_buff *_skb; in _rtl_rx_pre_process() local
765 struct sk_buff *_skb; in rtl_usb_cleanup() local
/OK3568_Linux_fs/kernel/drivers/net/ipvlan/
H A Dipvlan.h106 #define IPVL_SKB_CB(_skb) ((struct ipvl_skb_cb *)&((_skb)->cb[0])) argument