Home
last modified time | relevance | path

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

/linux/include/linux/
H A Derrqueue.h16 struct inet_skb_parm h4;
/linux/net/netfilter/
H A Dnf_conntrack_ovs.c159 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in nf_ct_handle_fragments()
H A Dnf_flow_table_ip.c812 memset(skb->cb, 0, sizeof(struct inet_skb_parm)); in nf_flow_queue_xmit4()
/linux/net/sched/
H A Dsch_frag.c74 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in sch_frag_dst_get_mtu()
/linux/include/net/
H A Dip.h47 struct inet_skb_parm { struct
107 #define IPCB(skb) ((struct inet_skb_parm*)((skb)->cb))
H A Dudp.h41 struct inet_skb_parm h4;
H A Dxfrm.h740 struct inet_skb_parm h4;
H A Dtcp.h1149 struct inet_skb_parm h4;
/linux/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c160 br_skb_cb_save(skb, &cb, sizeof(struct inet_skb_parm)); in nf_ct_br_defrag4()
/linux/net/dccp/
H A Ddccp.h
/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 Dicmp.c818 const struct inet_skb_parm *parm) in __icmp_send()
1040 struct inet_skb_parm parm; in icmp_ndo_send()
H A Dinet_fragment.c37 struct inet_skb_parm h4;
H A Dcipso_ipv4.c1717 struct inet_skb_parm parm; in cipso_v4_error()
H A Dtcp_ipv4.c2042 sizeof(struct inet_skb_parm));
2052 sizeof(struct inet_skb_parm));
H A Droute.c1257 struct inet_skb_parm parm; in ipv4_send_dest_unreach()
H A Dtcp_output.c1711 memset(skb->cb, 0, max(sizeof(struct inet_skb_parm), in __tcp_transmit_skb()
/linux/net/sctp/
H A Doutput.c543 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.h1132 struct inet_skb_parm h4;
/linux/net/bridge/
H A Dbr_netfilter_hooks.c239 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in br_validate_ipv4()
/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.c761 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in prepare_frag()