| /kernel/linux/linux-5.10/include/linux/ |
| D | llc.h | 22 #define llc_ui_skb_cb(__skb) ((struct sockaddr_llc *)&((__skb)->cb[0])) argument
|
| D | if_vlan.h | 77 #define skb_vlan_tag_present(__skb) ((__skb)->vlan_present) argument 78 #define skb_vlan_tag_get(__skb) ((__skb)->vlan_tci) argument 79 #define skb_vlan_tag_get_id(__skb) ((__skb)->vlan_tci & VLAN_VID_MASK) argument 80 #define skb_vlan_tag_get_cfi(__skb) (!!((__skb)->vlan_tci & VLAN_CFI_MASK)) argument 81 #define skb_vlan_tag_get_prio(__skb) (((__skb)->vlan_tci & VLAN_PRIO_MASK) >> VLAN_PRIO_SHIFT) argument
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | llc.h | 22 #define llc_ui_skb_cb(__skb) ((struct sockaddr_llc *)&((__skb)->cb[0])) argument
|
| D | if_vlan.h | 83 #define skb_vlan_tag_present(__skb) ((__skb)->vlan_tci & VLAN_TAG_PRESENT) argument 84 #define skb_vlan_tag_get(__skb) ((__skb)->vlan_tci & ~VLAN_TAG_PRESENT) argument 85 #define skb_vlan_tag_get_id(__skb) ((__skb)->vlan_tci & VLAN_VID_MASK) argument 86 #define skb_vlan_tag_get_prio(__skb) ((__skb)->vlan_tci & VLAN_PRIO_MASK) argument
|
| /kernel/linux/linux-5.10/net/bpf/ |
| D | test_run.c | 397 static int convert___skb_to_skb(struct sk_buff *skb, struct __sk_buff *__skb) in convert___skb_to_skb() 468 static void convert_skb_to___skb(struct sk_buff *skb, struct __sk_buff *__skb) in convert_skb_to___skb()
|
| /kernel/linux/linux-4.19/net/xfrm/ |
| D | xfrm_input.c | 39 #define XFRM_TRANS_SKB_CB(__skb) ((struct xfrm_trans_cb *)&((__skb)->cb[0])) argument
|
| /kernel/linux/linux-4.19/net/batman-adv/ |
| D | main.h | 392 #define BATADV_SKB_CB(__skb) ((struct batadv_skb_cb *)&((__skb)->cb[0])) argument
|
| /kernel/linux/linux-5.10/net/batman-adv/ |
| D | main.h | 381 #define BATADV_SKB_CB(__skb) ((struct batadv_skb_cb *)&((__skb)->cb[0])) argument
|
| /kernel/linux/linux-5.10/include/net/ |
| D | ipx.h | 117 #define IPX_SKB_CB(__skb) ((struct ipx_cb *)&((__skb)->cb[0])) argument
|
| D | udp.h | 49 #define UDP_SKB_CB(__skb) ((struct udp_skb_cb *)((__skb)->cb)) argument
|
| /kernel/linux/linux-4.19/include/net/ |
| D | ipx.h | 117 #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
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | ah4.c | 23 #define AH_SKB_CB(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0])) argument
|
| /kernel/linux/linux-4.19/net/ipv4/ |
| D | ah4.c | 22 #define AH_SKB_CB(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0])) argument
|
| /kernel/linux/linux-4.19/include/net/iucv/ |
| D | af_iucv.h | 140 #define IUCV_SKB_CB(__skb) ((struct iucv_skb_cb *)&((__skb)->cb[0])) argument
|
| /kernel/linux/linux-5.10/include/net/iucv/ |
| D | af_iucv.h | 145 #define IUCV_SKB_CB(__skb) ((struct iucv_skb_cb *)&((__skb)->cb[0])) argument
|
| /kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
| D | hwtstamp.c | 19 #define SKB_PTP_TYPE(__skb) (*(unsigned int *)((__skb)->cb)) argument
|
| /kernel/linux/linux-5.10/net/xfrm/ |
| D | xfrm_input.c | 42 #define XFRM_TRANS_SKB_CB(__skb) ((struct xfrm_trans_cb *)&((__skb)->cb[0])) argument
|
| /kernel/linux/linux-4.19/drivers/net/dsa/mv88e6xxx/ |
| D | hwtstamp.c | 23 #define SKB_PTP_TYPE(__skb) (*(unsigned int *)((__skb)->cb)) argument
|
| /kernel/linux/linux-4.19/net/ipv6/ |
| D | ah6.c | 59 #define AH_SKB_CB(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0])) argument
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| D | ah6.c | 47 #define AH_SKB_CB(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0])) argument
|
| /kernel/linux/linux-4.19/net/dccp/ |
| D | dccp.h | 368 #define DCCP_SKB_CB(__skb) ((struct dccp_skb_cb *)&((__skb)->cb[0])) argument
|
| /kernel/linux/linux-5.10/net/dccp/ |
| D | dccp.h | 354 #define DCCP_SKB_CB(__skb) ((struct dccp_skb_cb *)&((__skb)->cb[0])) argument
|
| /kernel/linux/linux-4.19/net/bridge/ |
| D | br_private.h | 441 #define BR_INPUT_SKB_CB(__skb) ((struct br_input_skb_cb *)(__skb)->cb) argument 444 # define BR_INPUT_SKB_CB_MROUTERS_ONLY(__skb) (BR_INPUT_SKB_CB(__skb)->mrouters_only) argument 446 # define BR_INPUT_SKB_CB_MROUTERS_ONLY(__skb) (0) argument
|
| /kernel/linux/linux-4.19/net/nfc/ |
| D | llcp.h | 159 #define nfc_llcp_ui_skb_cb(__skb) ((struct nfc_llcp_ui_cb *)&((__skb)->cb[0])) argument
|