/linux-4.1.27/include/linux/ |
D | llc.h | 22 #define llc_ui_skb_cb(__skb) ((struct sockaddr_llc *)&((__skb)->cb[0])) argument
|
D | if_vlan.h | 81 #define skb_vlan_tag_present(__skb) ((__skb)->vlan_tci & VLAN_TAG_PRESENT) argument 82 #define skb_vlan_tag_get(__skb) ((__skb)->vlan_tci & ~VLAN_TAG_PRESENT) argument 83 #define skb_vlan_tag_get_id(__skb) ((__skb)->vlan_tci & VLAN_VID_MASK) argument
|
/linux-4.1.27/include/net/ |
D | ipx.h | 120 #define IPX_SKB_CB(__skb) ((struct ipx_cb *)&((__skb)->cb[0])) argument
|
D | udp.h | 52 #define UDP_SKB_CB(__skb) ((struct udp_skb_cb *)((__skb)->cb)) argument
|
D | xfrm.h | 620 #define XFRM_TUNNEL_SKB_CB(__skb) ((struct xfrm_tunnel_skb_cb *)&((__skb)->cb[0])) argument 643 #define XFRM_SKB_CB(__skb) ((struct xfrm_skb_cb *)&((__skb)->cb[0])) argument 675 #define XFRM_MODE_SKB_CB(__skb) ((struct xfrm_mode_skb_cb *)&((__skb)->cb[0])) argument 688 #define XFRM_SPI_SKB_CB(__skb) ((struct xfrm_spi_skb_cb *)&((__skb)->cb[0])) argument
|
D | tcp.h | 737 #define TCP_SKB_CB(__skb) ((struct tcp_skb_cb *)&((__skb)->cb[0])) argument
|
D | sock.h | 2104 #define SOCK_SKB_CB(__skb) ((struct sock_skb_cb *)((__skb)->cb + \ argument
|
/linux-4.1.27/net/ipv4/ |
D | ah4.c | 21 #define AH_SKB_CB(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0])) argument
|
D | esp4.c | 26 #define ESP_SKB_CB(__skb) ((struct esp_skb_cb *)&((__skb)->cb[0])) argument
|
/linux-4.1.27/net/batman-adv/ |
D | main.h | 350 #define BATADV_SKB_CB(__skb) ((struct batadv_skb_cb *)&((__skb)->cb[0])) argument
|
/linux-4.1.27/net/bridge/ |
D | br_private.h | 315 #define BR_INPUT_SKB_CB(__skb) ((struct br_input_skb_cb *)(__skb)->cb) argument 318 # define BR_INPUT_SKB_CB_MROUTERS_ONLY(__skb) (BR_INPUT_SKB_CB(__skb)->mrouters_only) argument 320 # define BR_INPUT_SKB_CB_MROUTERS_ONLY(__skb) (0) argument
|
/linux-4.1.27/include/net/iucv/ |
D | af_iucv.h | 139 #define IUCV_SKB_CB(__skb) ((struct iucv_skb_cb *)&((__skb)->cb[0])) argument
|
/linux-4.1.27/net/ipv6/ |
D | esp6.c | 52 #define ESP_SKB_CB(__skb) ((struct esp_skb_cb *)&((__skb)->cb[0])) argument
|
D | ah6.c | 58 #define AH_SKB_CB(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0])) argument
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 21 #define SKB_CB_ATHBUF(__skb) (*((struct ath_rxbuf **)__skb->cb)) argument
|
/linux-4.1.27/net/dccp/ |
D | dccp.h | 366 #define DCCP_SKB_CB(__skb) ((struct dccp_skb_cb *)&((__skb)->cb[0])) argument
|
/linux-4.1.27/net/nfc/ |
D | llcp.h | 159 #define nfc_llcp_ui_skb_cb(__skb) ((struct nfc_llcp_ui_cb *)&((__skb)->cb[0])) argument
|
/linux-4.1.27/net/sctp/ |
D | input.c | 102 #define SCTP_INPUT_CB(__skb) ((struct sctp_input_cb *)&((__skb)->cb[0])) argument
|
/linux-4.1.27/net/tipc/ |
D | msg.h | 117 #define TIPC_SKB_CB(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0])) argument
|
/linux-4.1.27/drivers/net/ |
D | macvlan.c | 65 #define MACVLAN_SKB_CB(__skb) ((struct macvlan_skb_cb *)&((__skb)->cb[0])) argument
|
/linux-4.1.27/net/rxrpc/ |
D | ar-internal.h | 95 #define rxrpc_skb(__skb) ((struct rxrpc_skb_priv *) &(__skb)->cb) argument
|
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00.h | 109 #define ALIGN_SIZE(__skb, __header) \ argument
|
/linux-4.1.27/net/packet/ |
D | af_packet.c | 232 #define PACKET_SKB_CB(__skb) ((struct packet_skb_cb *)((__skb)->cb)) argument
|