| /Linux-v5.4/include/linux/ | 
| D | llc.h | 22 #define llc_ui_skb_cb(__skb) ((struct sockaddr_llc *)&((__skb)->cb[0]))  argument
 | 
| D | if_vlan.h | 75 #define skb_vlan_tag_present(__skb)	((__skb)->vlan_present)  argument76 #define skb_vlan_tag_get(__skb)		((__skb)->vlan_tci)  argument
 77 #define skb_vlan_tag_get_id(__skb)	((__skb)->vlan_tci & VLAN_VID_MASK)  argument
 78 #define skb_vlan_tag_get_cfi(__skb)	(!!((__skb)->vlan_tci & VLAN_CFI_MASK))  argument
 79 #define skb_vlan_tag_get_prio(__skb)	(((__skb)->vlan_tci & VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT)  argument
 
 | 
| /Linux-v5.4/net/bpf/ | 
| D | test_run.c | 199 static int convert___skb_to_skb(struct sk_buff *skb, struct __sk_buff *__skb)  in convert___skb_to_skb()230 static void convert_skb_to___skb(struct sk_buff *skb, struct __sk_buff *__skb)  in convert_skb_to___skb()
 
 | 
| /Linux-v5.4/net/batman-adv/ | 
| D | main.h | 381 #define BATADV_SKB_CB(__skb)       ((struct batadv_skb_cb *)&((__skb)->cb[0]))  argument
 | 
| /Linux-v5.4/include/net/ | 
| D | ipx.h | 122 #define IPX_SKB_CB(__skb) ((struct ipx_cb *)&((__skb)->cb[0]))  argument
 | 
| D | udp.h | 48 #define UDP_SKB_CB(__skb)	((struct udp_skb_cb *)((__skb)->cb))  argument
 | 
| D | xfrm.h | 601 #define XFRM_TUNNEL_SKB_CB(__skb) ((struct xfrm_tunnel_skb_cb *)&((__skb)->cb[0]))  argument624 #define XFRM_SKB_CB(__skb) ((struct xfrm_skb_cb *)&((__skb)->cb[0]))  argument
 656 #define XFRM_MODE_SKB_CB(__skb) ((struct xfrm_mode_skb_cb *)&((__skb)->cb[0]))  argument
 670 #define XFRM_SPI_SKB_CB(__skb) ((struct xfrm_spi_skb_cb *)&((__skb)->cb[0]))  argument
 
 | 
| D | tcp.h | 865 #define TCP_SKB_CB(__skb)	((struct tcp_skb_cb *)&((__skb)->cb[0]))  argument
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | ah4.c | 23 #define AH_SKB_CB(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0]))  argument
 | 
| D | esp4.c | 34 #define ESP_SKB_CB(__skb) ((struct esp_skb_cb *)&((__skb)->cb[0]))  argument
 | 
| /Linux-v5.4/net/xfrm/ | 
| D | xfrm_input.c | 41 #define XFRM_TRANS_SKB_CB(__skb) ((struct xfrm_trans_cb *)&((__skb)->cb[0]))  argument
 | 
| /Linux-v5.4/include/net/iucv/ | 
| D | af_iucv.h | 145 #define IUCV_SKB_CB(__skb)	((struct iucv_skb_cb *)&((__skb)->cb[0]))  argument
 | 
| /Linux-v5.4/drivers/net/dsa/mv88e6xxx/ | 
| D | hwtstamp.c | 19 #define SKB_PTP_TYPE(__skb) (*(unsigned int *)((__skb)->cb))  argument
 | 
| /Linux-v5.4/net/ipv6/ | 
| D | ah6.c | 47 #define AH_SKB_CB(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0]))  argument
 | 
| D | esp6.c | 42 #define ESP_SKB_CB(__skb) ((struct esp_skb_cb *)&((__skb)->cb[0]))  argument
 | 
| /Linux-v5.4/net/dccp/ | 
| D | dccp.h | 365 #define DCCP_SKB_CB(__skb) ((struct dccp_skb_cb *)&((__skb)->cb[0]))  argument
 | 
| /Linux-v5.4/net/bridge/ | 
| D | br_private.h | 444 #define BR_INPUT_SKB_CB(__skb)	((struct br_input_skb_cb *)(__skb)->cb)  argument447 # define BR_INPUT_SKB_CB_MROUTERS_ONLY(__skb)	(BR_INPUT_SKB_CB(__skb)->mrouters_only)  argument
 449 # define BR_INPUT_SKB_CB_MROUTERS_ONLY(__skb)	(0)  argument
 
 | 
| /Linux-v5.4/net/nfc/ | 
| D | llcp.h | 147 #define nfc_llcp_ui_skb_cb(__skb) ((struct nfc_llcp_ui_cb *)&((__skb)->cb[0]))  argument
 | 
| /Linux-v5.4/drivers/net/wireless/ath/ath9k/ | 
| D | recv.c | 21 #define SKB_CB_ATHBUF(__skb)	(*((struct ath_rxbuf **)__skb->cb))  argument
 | 
| /Linux-v5.4/net/core/ | 
| D | drop_monitor.c | 127 #define NET_DM_SKB_CB(__skb) ((struct net_dm_skb_cb *)&((__skb)->cb[0]))  argument
 | 
| /Linux-v5.4/drivers/net/ | 
| D | macvlan.c | 67 #define MACVLAN_SKB_CB(__skb) ((struct macvlan_skb_cb *)&((__skb)->cb[0]))  argument
 | 
| /Linux-v5.4/include/net/sctp/ | 
| D | structs.h | 1132 #define SCTP_INPUT_CB(__skb)	((struct sctp_input_cb *)&((__skb)->cb[0]))  argument1137 #define SCTP_OUTPUT_CB(__skb)	((struct sctp_output_cb *)&((__skb)->cb[0]))  argument
 
 | 
| /Linux-v5.4/net/tipc/ | 
| D | msg.h | 116 #define TIPC_SKB_CB(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0]))  argument
 | 
| /Linux-v5.4/drivers/net/wireless/ralink/rt2x00/ | 
| D | rt2x00.h | 99 #define ALIGN_SIZE(__skb, __header) \  argument
 | 
| /Linux-v5.4/net/packet/ | 
| D | af_packet.c | 224 #define PACKET_SKB_CB(__skb)	((struct packet_skb_cb *)((__skb)->cb))  argument
 |