Home
last modified time | relevance | path

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

/linux/include/linux/
H A Derrqueue.h16 struct inet_skb_parm h4;
/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.c445 memset(skb->cb, 0, sizeof(struct inet_skb_parm)); in nf_flow_offload_ip_hook()
/linux/net/sched/
H A Dsch_frag.c69 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in sch_frag_prepare_frag()
/linux/include/net/
H A Dip.h47 struct inet_skb_parm { struct
105 #define IPCB(skb) ((struct inet_skb_parm*)((skb)->cb))
H A Dudp.h42 struct inet_skb_parm h4;
H A Dxfrm.h708 struct inet_skb_parm h4;
H A Dtcp.h998 struct inet_skb_parm h4;
/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()
/linux/net/dccp/
H A Ddccp.h336 struct inet_skb_parm h4;
/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()
/linux/net/ipv4/
H A Dinet_fragment.c39 struct inet_skb_parm h4;
H A Dtcp_ipv4.c2151 sizeof(struct inet_skb_parm));
2161 sizeof(struct inet_skb_parm));
H A Dtcp_output.c1466 memset(skb->cb, 0, max(sizeof(struct inet_skb_parm), in __tcp_transmit_skb()
/linux/net/sctp/
H A Doutput.c537 memset(head->cb, 0, max(sizeof(struct inet_skb_parm), in sctp_packet_pack()
/linux/include/net/sctp/
H A Dstructs.h1140 struct inet_skb_parm h4;
/linux/net/l2tp/
H A Dl2tp_core.c103 #define L2TP_SKB_CB(skb) ((struct l2tp_skb_cb *)&(skb)->cb[sizeof(struct inet_skb_parm)])
/linux/net/openvswitch/
H A Dactions.c864 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in prepare_frag()