Searched refs:inet_skb_parm (Results 1 – 20 of 20) sorted by relevance
/linux/include/linux/ |
H A D | errqueue.h | 16 struct inet_skb_parm h4;
|
/linux/net/netfilter/ |
H A D | nf_conntrack_ovs.c | 152 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in nf_ct_handle_fragments()
|
H A D | nf_flow_table_ip.c | 445 memset(skb->cb, 0, sizeof(struct inet_skb_parm)); in nf_flow_offload_ip_hook()
|
/linux/net/sched/ |
H A D | sch_frag.c | 73 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in sch_frag_prepare_frag()
|
/linux/include/net/ |
H A D | ip.h | 47 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 D | udp.h | 42 struct inet_skb_parm h4;
|
H A D | xfrm.h | 726 struct inet_skb_parm h4;
|
/linux/net/bridge/netfilter/ |
H A D | nf_conntrack_bridge.c | 161 br_skb_cb_save(skb, &cb, sizeof(struct inet_skb_parm)); in nf_ct_br_defrag4()
|
/linux/net/ieee802154/6lowpan/ |
H A D | reassembly.c | 97 BUILD_BUG_ON(sizeof(struct lowpan_802154_cb) > sizeof(struct inet_skb_parm)); in lowpan_frag_queue()
|
/linux/net/ipv4/ |
H A D | ip_input.c | 540 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in ip_rcv_core()
|
H A D | inet_fragment.c | 39 struct inet_skb_parm h4;
|
H A D | ip_fragment.c | 540 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in ip_check_defrag()
|
H A D | af_inet.c | 1893 sock_skb_cb_check_size(sizeof(struct inet_skb_parm)); in inet_init()
|
H A D | tcp_ipv4.c | 2167 sizeof(struct inet_skb_parm)); 2177 sizeof(struct inet_skb_parm));
|
H A D | tcp_output.c | 1474 memset(skb->cb, 0, max(sizeof(struct inet_skb_parm), in __tcp_transmit_skb()
|
/linux/net/sctp/ |
H A D | output.c | 537 memset(head->cb, 0, max(sizeof(struct inet_skb_parm), in sctp_packet_pack()
|
/linux/net/xfrm/ |
H A D | xfrm_input.c | 36 struct inet_skb_parm h4;
|
/linux/include/net/sctp/ |
H A D | structs.h | 48 #include <net/ip.h> /* For inet_skb_parm */ 1141 struct inet_skb_parm h4;
|
/linux/net/bridge/ |
H A D | br_netfilter_hooks.c | 238 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in br_validate_ipv4()
|
/linux/net/openvswitch/ |
H A D | actions.c | 823 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in prepare_frag()
|