Home
last modified time | relevance | path

Searched refs:inet_skb_parm (Results 1 – 20 of 20) 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.c73 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
107 #define IPCB(skb) ((struct inet_skb_parm*)((skb)->cb))
48 iifinet_skb_parm global() argument
49 optinet_skb_parm global() argument
50 flagsinet_skb_parm global() argument
64 frag_max_sizeinet_skb_parm global() argument
H A Dudp.h42 struct inet_skb_parm h4;
H A Dxfrm.h726 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/ieee802154/6lowpan/
H A Dreassembly.c97 BUILD_BUG_ON(sizeof(struct lowpan_802154_cb) > sizeof(struct inet_skb_parm)); in lowpan_frag_queue()
/linux/net/ipv4/
H A Dip_input.c540 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.c540 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in ip_check_defrag()
H A Daf_inet.c1893 sock_skb_cb_check_size(sizeof(struct inet_skb_parm)); in inet_init()
H A Dtcp_ipv4.c2167 sizeof(struct inet_skb_parm));
2177 sizeof(struct inet_skb_parm));
H A Dtcp_output.c1474 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/net/xfrm/
H A Dxfrm_input.c36 struct inet_skb_parm h4;
/linux/include/net/sctp/
H A Dstructs.h48 #include <net/ip.h> /* For inet_skb_parm */
1141 struct inet_skb_parm h4;
/linux/net/bridge/
H A Dbr_netfilter_hooks.c238 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in br_validate_ipv4()
/linux/net/openvswitch/
H A Dactions.c823 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in prepare_frag()