/openbmc/linux/include/linux/ |
H A D | errqueue.h | 16 struct inet_skb_parm h4;
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_ovs.c | 152 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in nf_ct_handle_fragments()
|
H A D | nf_flow_table_ip.c | 441 memset(skb->cb, 0, sizeof(struct inet_skb_parm)); in nf_flow_offload_ip_hook()
|
/openbmc/linux/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()
|
/openbmc/linux/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;
|
H A D | xfrm.h | 621 struct inet_skb_parm h4;
|
H A D | tcp.h | 922 struct inet_skb_parm h4;
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/net/dccp/ |
H A D | dccp.h | 336 struct inet_skb_parm h4;
|
/openbmc/linux/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 | 39 struct inet_skb_parm h4;
|
H A D | ip_fragment.c | 549 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in ip_check_defrag()
|
H A D | tcp_ipv4.c | 1969 sizeof(struct inet_skb_parm)); in tcp_v4_restore_cb() 1979 sizeof(struct inet_skb_parm)); in tcp_v4_fill_cb()
|
H A D | af_inet.c | 1962 sock_skb_cb_check_size(sizeof(struct inet_skb_parm)); in inet_init()
|
H A D | tcp_output.c | 1417 memset(skb->cb, 0, max(sizeof(struct inet_skb_parm), in __tcp_transmit_skb()
|
/openbmc/linux/net/sctp/ |
H A D | output.c | 537 memset(head->cb, 0, max(sizeof(struct inet_skb_parm), in sctp_packet_pack()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_input.c | 35 struct inet_skb_parm h4;
|
/openbmc/linux/include/net/sctp/ |
H A D | structs.h | 1143 struct inet_skb_parm h4;
|
/openbmc/linux/net/bridge/ |
H A D | br_netfilter_hooks.c | 234 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in br_validate_ipv4()
|
/openbmc/linux/net/l2tp/ |
H A D | l2tp_core.c | 105 #define L2TP_SKB_CB(skb) ((struct l2tp_skb_cb *)&(skb)->cb[sizeof(struct inet_skb_parm)])
|
/openbmc/linux/net/openvswitch/ |
H A D | actions.c | 848 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in prepare_frag()
|