Home
last modified time | relevance | path

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

/linux/include/linux/
A Derrqueue.h16 struct inet_skb_parm h4;
/linux/net/sched/
A Dsch_frag.c68 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in sch_frag_prepare_frag()
A Dact_ct.c716 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in tcf_ct_handle_fragments()
/linux/include/net/
A Dip.h46 struct inet_skb_parm { struct
100 #define IPCB(skb) ((struct inet_skb_parm*)((skb)->cb))
A Dudp.h41 struct inet_skb_parm h4;
A Dxfrm.h581 struct inet_skb_parm h4;
A Dtcp.h891 struct inet_skb_parm h4;
/linux/net/bridge/netfilter/
A Dnf_conntrack_bridge.c160 br_skb_cb_save(skb, &cb, sizeof(struct inet_skb_parm)); in nf_ct_br_defrag4()
/linux/net/ieee802154/6lowpan/
A Dreassembly.c94 BUILD_BUG_ON(sizeof(struct lowpan_802154_cb) > sizeof(struct inet_skb_parm)); in lowpan_frag_queue()
/linux/net/ipv4/
A Dip_input.c509 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in ip_rcv_core()
A Dinet_fragment.c37 struct inet_skb_parm h4;
A Dip_fragment.c535 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in ip_check_defrag()
A Dtcp_ipv4.c1937 sizeof(struct inet_skb_parm)); in tcp_v4_restore_cb()
1947 sizeof(struct inet_skb_parm)); in tcp_v4_fill_cb()
A Daf_inet.c1935 sock_skb_cb_check_size(sizeof(struct inet_skb_parm)); in inet_init()
A Dtcp_output.c1397 memset(skb->cb, 0, max(sizeof(struct inet_skb_parm), in __tcp_transmit_skb()
/linux/net/dccp/
A Ddccp.h340 struct inet_skb_parm h4;
/linux/net/sctp/
A Doutput.c536 memset(head->cb, 0, max(sizeof(struct inet_skb_parm), in sctp_packet_pack()
/linux/net/netfilter/
A Dnf_flow_table_ip.c386 memset(skb->cb, 0, sizeof(struct inet_skb_parm)); in nf_flow_offload_ip_hook()
/linux/net/xfrm/
A Dxfrm_input.c33 struct inet_skb_parm h4;
/linux/include/net/sctp/
A Dstructs.h1145 struct inet_skb_parm h4;
/linux/net/bridge/
A Dbr_netfilter_hooks.c229 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in br_validate_ipv4()
/linux/net/l2tp/
A Dl2tp_core.c100 #define L2TP_SKB_CB(skb) ((struct l2tp_skb_cb *)&(skb)->cb[sizeof(struct inet_skb_parm)])
/linux/net/openvswitch/
A Dactions.c810 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in prepare_frag()
A Dconntrack.c506 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in handle_fragments()

Completed in 67 milliseconds