Home
last modified time | relevance | path

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

/linux/include/linux/
H A Derrqueue.h16 struct inet_skb_parm h4;
/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 Dtcp.h1140 struct inet_skb_parm h4;
/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.c803 const struct inet_skb_parm *parm) in __icmp_send()
1022 struct inet_skb_parm parm; in icmp_ndo_send()
H A Dinet_fragment.c39 struct inet_skb_parm h4;
H A Dip_fragment.c538 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in ip_check_defrag()
H A Dcipso_ipv4.c1717 struct inet_skb_parm parm; in cipso_v4_error()
H A Daf_inet.c1893 sock_skb_cb_check_size(sizeof(struct inet_skb_parm)); in inet_init()
H A Dtcp_ipv4.c2040 sizeof(struct inet_skb_parm));
2050 sizeof(struct inet_skb_parm));
/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/net/netfilter/
H A Dnf_flow_table_ip.c869 memset(skb->cb, 0, sizeof(struct inet_skb_parm)); in nf_flow_offload_ip_hook()
/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()