Home
last modified time | relevance | path

Searched refs:xnet (Results 1 – 4 of 4) sorted by relevance

/net/xfrm/
A Dxfrm_interface_core.c293 static void xfrmi_scrub_packet(struct sk_buff *skb, bool xnet) in xfrmi_scrub_packet() argument
303 if (!xnet) in xfrmi_scrub_packet()
364 bool xnet; in xfrmi_rcv_cb() local
387 xnet = !net_eq(xi->net, dev_net(skb->dev)); in xfrmi_rcv_cb()
389 if (xnet) { in xfrmi_rcv_cb()
406 xfrmi_scrub_packet(skb, xnet); in xfrmi_rcv_cb()
/net/ipv4/
A Dudp_tunnel_core.c176 bool xnet, bool nocheck, u16 ipcb_flags) in udp_tunnel_xmit_skb() argument
192 iptunnel_xmit(sk, rt, skb, src, dst, IPPROTO_UDP, tos, ttl, df, xnet, in udp_tunnel_xmit_skb()
A Dip_tunnel_core.c52 __u8 tos, __u8 ttl, __be16 df, bool xnet, in iptunnel_xmit() argument
61 skb_scrub_packet(skb, xnet); in iptunnel_xmit()
95 __be16 inner_proto, bool raw_proto, bool xnet) in __iptunnel_pull_header() argument
121 skb_scrub_packet(skb, xnet); in __iptunnel_pull_header()
/net/core/
A Dskbuff.c6168 void skb_scrub_packet(struct sk_buff *skb, bool xnet) in skb_scrub_packet() argument
6184 if (!xnet) in skb_scrub_packet()

Completed in 108 milliseconds