Home
last modified time | relevance | path

Searched refs:inet_skb_parm (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/include/linux/
H A Derrqueue.h16 struct inet_skb_parm h4;
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_ovs.c152 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in nf_ct_handle_fragments()
H A Dnf_flow_table_ip.c438 memset(skb->cb, 0, sizeof(struct inet_skb_parm)); in nf_flow_offload_ip_hook()
/openbmc/linux/net/sched/
H A Dsch_frag.c69 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in sch_frag_prepare_frag()
H A Dact_ipt.c300 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in tcf_ipt_act()
/openbmc/linux/include/net/
H A Dip.h46 struct inet_skb_parm { struct
104 #define IPCB(skb) ((struct inet_skb_parm*)((skb)->cb))
H A Dudp.h42 struct inet_skb_parm h4;
H A Dxfrm.h613 struct inet_skb_parm h4;
H A Dtcp.h904 struct inet_skb_parm h4;
/openbmc/linux/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c161 br_skb_cb_save(skb, &cb, sizeof(struct inet_skb_parm)); in nf_ct_br_defrag4()
/openbmc/linux/net/ieee802154/6lowpan/
H A Dreassembly.c94 BUILD_BUG_ON(sizeof(struct lowpan_802154_cb) > sizeof(struct inet_skb_parm)); in lowpan_frag_queue()
/openbmc/linux/net/dccp/
H A Ddccp.h336 struct inet_skb_parm h4;
/openbmc/linux/net/ipv4/
H A Dip_input.c535 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in ip_rcv_core()
H A Dinet_fragment.c39 struct inet_skb_parm h4;
H A Dip_fragment.c544 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in ip_check_defrag()
H A Dtcp_ipv4.c1969 sizeof(struct inet_skb_parm)); in tcp_v4_restore_cb()
1979 sizeof(struct inet_skb_parm)); in tcp_v4_fill_cb()
H A Daf_inet.c1964 sock_skb_cb_check_size(sizeof(struct inet_skb_parm)); in inet_init()
H A Dtcp_output.c1410 memset(skb->cb, 0, max(sizeof(struct inet_skb_parm), in __tcp_transmit_skb()
/openbmc/linux/net/sctp/
H A Doutput.c537 memset(head->cb, 0, max(sizeof(struct inet_skb_parm), in sctp_packet_pack()
/openbmc/linux/net/xfrm/
H A Dxfrm_input.c35 struct inet_skb_parm h4;
/openbmc/linux/include/net/sctp/
H A Dstructs.h1143 struct inet_skb_parm h4;
/openbmc/linux/net/bridge/
H A Dbr_netfilter_hooks.c233 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in br_validate_ipv4()
/openbmc/linux/net/l2tp/
H A Dl2tp_core.c100 #define L2TP_SKB_CB(skb) ((struct l2tp_skb_cb *)&(skb)->cb[sizeof(struct inet_skb_parm)])
/openbmc/linux/net/openvswitch/
H A Dactions.c848 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in prepare_frag()