/linux/include/linux/ |
H A D | if_vlan.h | 87 #define skb_vlan_tag_present(__skb) (!!(__skb)->vlan_all) argument 88 #define skb_vlan_tag_get(__skb) ((__skb)->vlan_tci) argument 89 #define skb_vlan_tag_get_id(__skb) ((__skb)->vlan_tci & VLAN_VID_MASK) argument 90 #define skb_vlan_tag_get_cfi(__skb) (!!((__skb)->vlan_tci & VLAN_CFI_MASK)) argument 91 #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 | 377 BATADV_SKB_CB(__skb) global() 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/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 | 879 convert___skb_to_skb(struct sk_buff * skb,struct __sk_buff * __skb) convert___skb_to_skb() argument 954 convert_skb_to___skb(struct sk_buff * skb,struct __sk_buff * __skb) convert_skb_to___skb() argument [all...] |
/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 | 737 #define XFRM_TUNNEL_SKB_CB(__skb) ((struct xfrm_tunnel_skb_cb *)&((__skb)->cb[0])) argument 760 #define XFRM_SKB_CB(__skb) ((struct xfrm_skb_cb *)&((__skb)->cb[0])) argument 792 #define XFRM_MODE_SKB_CB(__skb) ((struct xfrm_mode_skb_cb *)&((__skb)->cb[0])) argument 806 #define XFRM_SPI_SKB_CB(__skb) ((struct xfrm_spi_skb_cb *)&((__skb)->cb[0])) argument
|
H A D | tcp.h | 1059 TCP_SKB_CB(__skb) global() argument
|
H A D | sock.h | 2627 #define SOCK_SKB_CB(__skb) ((struct sock_skb_cb *)((__skb)->cb + \ argument
|
/linux/net/bridge/ |
H A D | br_private.h | 623 #define BR_INPUT_SKB_CB(__skb) ((struct br_input_skb_cb *)(__skb)->cb) argument 626 # define BR_INPUT_SKB_CB_MROUTERS_ONLY(__skb) (BR_INPUT_SKB_CB(__skb)->mrouters_only) argument 628 # 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/net/mptcp/ |
H A D | protocol.h | 137 #define MPTCP_SKB_CB(__skb) ((struct mptcp_skb_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/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
|
/linux/net/rxrpc/ |
H A D | ar-internal.h | 224 rxrpc_skb(__skb) global() argument
|