Searched refs:inet_skb_parm (Results 1 – 23 of 23) 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 | 159 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in nf_ct_handle_fragments()
|
| H A D | nf_flow_table_ip.c | 812 memset(skb->cb, 0, sizeof(struct inet_skb_parm)); in nf_flow_queue_xmit4()
|
| /linux/net/sched/ |
| H A D | sch_frag.c | 74 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in sch_frag_dst_get_mtu()
|
| /linux/include/net/ |
| H A D | ip.h | 47 struct inet_skb_parm { struct 107 #define IPCB(skb) ((struct inet_skb_parm*)((skb)->cb))
|
| H A D | udp.h | 41 struct inet_skb_parm h4;
|
| H A D | xfrm.h | 740 struct inet_skb_parm h4;
|
| H A D | tcp.h | 1149 struct inet_skb_parm h4;
|
| /linux/net/bridge/netfilter/ |
| H A D | nf_conntrack_bridge.c | 160 br_skb_cb_save(skb, &cb, sizeof(struct inet_skb_parm)); in nf_ct_br_defrag4()
|
| /linux/net/dccp/ |
| H A D | dccp.h | |
| /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 | icmp.c | 818 const struct inet_skb_parm *parm) in __icmp_send() 1040 struct inet_skb_parm parm; in icmp_ndo_send()
|
| H A D | inet_fragment.c | 37 struct inet_skb_parm h4;
|
| H A D | cipso_ipv4.c | 1717 struct inet_skb_parm parm; in cipso_v4_error()
|
| H A D | tcp_ipv4.c | 2042 sizeof(struct inet_skb_parm)); 2052 sizeof(struct inet_skb_parm));
|
| H A D | route.c | 1257 struct inet_skb_parm parm; in ipv4_send_dest_unreach()
|
| H A D | tcp_output.c | 1711 memset(skb->cb, 0, max(sizeof(struct inet_skb_parm), in __tcp_transmit_skb()
|
| /linux/net/sctp/ |
| H A D | output.c | 543 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 | 1132 struct inet_skb_parm h4;
|
| /linux/net/bridge/ |
| H A D | br_netfilter_hooks.c | 239 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in br_validate_ipv4()
|
| /linux/net/l2tp/ |
| H A D | l2tp_core.c | 103 #define L2TP_SKB_CB(skb) ((struct l2tp_skb_cb *)&(skb)->cb[sizeof(struct inet_skb_parm)])
|
| /linux/net/openvswitch/ |
| H A D | actions.c | 761 memset(IPCB(skb), 0, sizeof(struct inet_skb_parm)); in prepare_frag()
|