/kernel/linux/linux-5.10/include/linux/ |
H A D | errqueue.h | 16 struct inet_skb_parm h4;
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | errqueue.h | 16 struct inet_skb_parm h4;
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_frag.c | 69 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in sch_frag_prepare_frag()
|
H A D | act_ipt.c | 300 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in tcf_ipt_act()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_ovs.c | 152 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in nf_ct_handle_fragments()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip.h | 45 struct inet_skb_parm { struct 103 #define IPCB(skb) ((struct inet_skb_parm*)((skb)->cb))
|
H A D | udp.h | 41 struct inet_skb_parm h4;
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip.h | 46 struct inet_skb_parm { struct 104 #define IPCB(skb) ((struct inet_skb_parm*)((skb)->cb))
|
H A D | udp.h | 42 struct inet_skb_parm h4;
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
H A D | nf_conntrack_bridge.c | 160 br_skb_cb_save(skb, &cb, sizeof(struct inet_skb_parm)); in nf_ct_br_defrag4()
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | dccp.h | 341 struct inet_skb_parm h4;
|
/kernel/linux/linux-5.10/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 94 BUILD_BUG_ON(sizeof(struct lowpan_802154_cb) > sizeof(struct inet_skb_parm)); in lowpan_frag_queue()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_input.c | 531 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in ip_rcv_core()
|
H A D | inet_fragment.c | 37 struct inet_skb_parm h4;
|
H A D | ip_fragment.c | 536 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in ip_check_defrag()
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | nf_conntrack_bridge.c | 161 br_skb_cb_save(skb, &cb, sizeof(struct inet_skb_parm)); in nf_ct_br_defrag4()
|
/kernel/linux/linux-6.6/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 94 BUILD_BUG_ON(sizeof(struct lowpan_802154_cb) > sizeof(struct inet_skb_parm)); in lowpan_frag_queue()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | dccp.h | 336 struct inet_skb_parm h4;
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_input.c | 535 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in ip_rcv_core()
|
H A D | inet_fragment.c | 37 struct inet_skb_parm h4;
|
H A D | ip_fragment.c | 544 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in ip_check_defrag()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | output.c | 507 memset(head->cb, 0, max(sizeof(struct inet_skb_parm), in sctp_packet_pack()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_flow_table_ip.c | 299 memset(skb->cb, 0, sizeof(struct inet_skb_parm)); in nf_flow_offload_ip_hook()
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_input.c | 33 struct inet_skb_parm h4;
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_input.c | 35 struct inet_skb_parm h4;
|