/linux/include/linux/ |
H A D | if_vlan.h | 82 #define skb_vlan_tag_present(__skb) (!!(__skb)->vlan_all) argument 83 #define skb_vlan_tag_get(__skb) ((__skb)->vlan_tci) argument 84 #define skb_vlan_tag_get_id(__skb) ((__skb)->vlan_tci & VLAN_VID_MASK) argument 85 #define skb_vlan_tag_get_cfi(__skb) (!!((__skb)->vlan_tci & VLAN_CFI_MASK)) argument 86 #define skb_vlan_tag_get_prio(__skb) (((__skb)->vlan_tci & VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT) argument
|
H A D | llc.h | 22 #define llc_ui_skb_cb(__skb) ((struct sockaddr_llc *)&((__skb)->cb[0])) argument
|
/linux/net/batman-adv/ |
H A D | main.h | 376 #define BATADV_SKB_CB(__skb) ((struct batadv_skb_cb *)&((__skb)->cb[0])) argument
|
/linux/net/ipv4/ |
H A D | ah4.c | 23 #define AH_SKB_CB(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0])) argument
|
H A D | esp4.c | 37 #define ESP_SKB_CB(__skb) ((struct esp_skb_cb *)&((__skb)->cb[0])) argument
|
/linux/include/net/iucv/ |
H A D | af_iucv.h | 148 #define IUCV_SKB_CB(__skb) ((struct iucv_skb_cb *)&((__skb)->cb[0])) argument
|
/linux/net/xfrm/ |
H A D | xfrm_input.c | 45 #define XFRM_TRANS_SKB_CB(__skb) ((struct xfrm_trans_cb *)&((__skb)->cb[0])) argument
|
/linux/net/ipv6/ |
H A D | ah6.c | 47 #define AH_SKB_CB(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0])) argument
|
H A D | esp6.c | 53 #define ESP_SKB_CB(__skb) ((struct esp_skb_cb *)&((__skb)->cb[0])) argument
|
/linux/net/dccp/ |
H A D | dccp.h |
|
/linux/net/bpf/ |
H A D | test_run.c | 885 static int convert___skb_to_skb(struct sk_buff *skb, struct __sk_buff *__skb) in convert___skb_to_skb() 960 static void convert_skb_to___skb(struct sk_buff *skb, struct __sk_buff *__skb) in convert_skb_to___skb()
|
/linux/net/nfc/ |
H A D | llcp.h | 146 #define nfc_llcp_ui_skb_cb(__skb) ((struct nfc_llcp_ui_cb *)&((__skb)->cb[0])) argument
|
/linux/drivers/net/wwan/t7xx/ |
H A D | t7xx_hif_dpmaif.h | 42 #define T7XX_SKB_CB(__skb) ((struct t7xx_skb_cb *)(__skb)->cb) argument
|
/linux/include/net/ |
H A D | udp.h | 50 #define UDP_SKB_CB(__skb) ((struct udp_skb_cb *)((__skb)->cb)) argument
|
H A D | xfrm.h | 736 #define XFRM_TUNNEL_SKB_CB(__skb) ((struct xfrm_tunnel_skb_cb *)&((__skb)->cb[0])) argument 759 #define XFRM_SKB_CB(__skb) ((struct xfrm_skb_cb *)&((__skb)->cb[0])) argument 791 #define XFRM_MODE_SKB_CB(__skb) ((struct xfrm_mode_skb_cb *)&((__skb)->cb[0])) argument 805 #define XFRM_SPI_SKB_CB(__skb) ((struct xfrm_spi_skb_cb *)&((__skb)->cb[0])) argument
|
H A D | tcp.h | 1059 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0])) argument
|
H A D | sock.h | 2633 #define SOCK_SKB_CB(__skb) ((struct sock_skb_cb *)((__skb)->cb + \ argument
|
/linux/net/bridge/ |
H A D | br_private.h | 625 #define BR_INPUT_SKB_CB(__skb) ((struct br_input_skb_cb *)(__skb)->cb) argument 628 # define BR_INPUT_SKB_CB_MROUTERS_ONLY(__skb) (BR_INPUT_SKB_CB(__skb)->mrouters_only) argument 630 # define BR_INPUT_SKB_CB_MROUTERS_ONLY(__skb) (0) argument
|
/linux/net/core/ |
H A D | drop_monitor.c | 131 #define NET_DM_SKB_CB(__skb) ((struct net_dm_skb_cb *)&((__skb)->cb[0])) argument
|
/linux/net/tipc/ |
H A D | msg.h | 146 #define TIPC_SKB_CB(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0])) argument
|
/linux/include/net/sctp/ |
H A D | structs.h | 1150 #define SCTP_INPUT_CB(__skb) ((struct sctp_input_cb *)&((__skb)->cb[0])) argument 1155 #define SCTP_OUTPUT_CB(__skb) ((struct sctp_output_cb *)&((__skb)->cb[0])) argument
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_txrx.c | 28 #define FBNIC_XMIT_CB(__skb) ((struct fbnic_xmit_cb *)((__skb)->cb)) argument
|
/linux/net/mptcp/ |
H A D | protocol.h | 137 #define MPTCP_SKB_CB(__skb) ((struct mptcp_skb_cb *)&((__skb)->cb[0])) argument
|
/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00.h | 99 #define ALIGN_SIZE(__skb, __header) \ argument
|
/linux/net/packet/ |
H A D | af_packet.c | 232 #define PACKET_SKB_CB(__skb) ((struct packet_skb_cb *)((__skb)->cb)) argument
|