Home
last modified time | relevance | path

Searched refs:xs_net (Results 1 – 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_replay.c87 struct net *net = xs_net(x); in xfrm_replay_overflow()
159 if (xfrm_aevent_is_on(xs_net(x))) in xfrm_replay_advance()
167 struct net *net = xs_net(x); in xfrm_replay_overflow_bmp()
275 if (xfrm_aevent_is_on(xs_net(x))) in xfrm_replay_advance_bmp()
400 struct net *net = xs_net(x); in xfrm_replay_overflow_esn()
550 if (xfrm_aevent_is_on(xs_net(x))) in xfrm_replay_advance_esn()
558 struct net *net = xs_net(x); in xfrm_replay_overflow_offload()
599 struct net *net = xs_net(x); in xfrm_replay_overflow_offload_bmp()
639 struct net *net = xs_net(x); in xfrm_replay_overflow_offload_esn()
Dxfrm_device.c165 XFRM_INC_STATS(xs_net(x), LINUX_MIB_XFRMOUTSTATEPROTOERROR); in validate_xmit_xfrm()
188 XFRM_INC_STATS(xs_net(x), LINUX_MIB_XFRMOUTSTATEPROTOERROR); in validate_xmit_xfrm()
Dxfrm_state.c617 write_pnet(&x->xs_net, net); in xfrm_state_alloc()
658 struct net *net = xs_net(x); in __xfrm_state_delete()
982 struct net *net = xs_net(x); in __xfrm_state_locate()
1245 struct net *net = xs_net(x); in __xfrm_state_insert()
1276 struct net *net = xs_net(xnew); in __xfrm_state_bump_genids()
1298 struct net *net = xs_net(x); in xfrm_state_insert()
1391 struct net *net = xs_net(x); in xfrm_state_add()
1473 struct net *net = xs_net(orig); in xfrm_state_clone()
1655 struct net *net = xs_net(x); in xfrm_state_update()
2003 struct net *net = xs_net(x); in xfrm_alloc_spi()
[all …]
Dxfrm_output.c417 struct net *net = xs_net(x); in xfrm_output_one()
508 struct net *net = xs_net(skb_dst(skb)->xfrm); in xfrm_output_resume()
Dxfrm_interface.c102 struct net *net = xs_net(xfrm_input_state(skb)); in xfrmi_decode_session()
223 xi = xfrmi_lookup(xs_net(x), x); in xfrmi_rcv_cb()
Dxfrm_user.c2842 struct net *net = xs_net(x); in xfrm_exp_state_notify()
2859 struct net *net = xs_net(x); in xfrm_aevent_state_notify()
2948 struct net *net = xs_net(x); in xfrm_notify_sa()
3082 struct net *net = xs_net(x); in xfrm_send_acquire()
3412 struct net *net = xs_net(x); in xfrm_send_mapping()
Dxfrm_policy.c280 struct net *net = xs_net(x); in xfrm_dst_lookup()
/kernel/linux/linux-5.10/net/ipv6/
Dipcomp6.c76 struct net *net = xs_net(x); in ipcomp6_tunnel_create()
113 struct net *net = xs_net(x); in ipcomp6_tunnel_attach()
Dxfrm6_tunnel.c288 struct net *net = xs_net(x); in xfrm6_tunnel_destroy()
Desp6.c181 sk = __inet6_lookup_established(xs_net(x), &tcp_hashinfo, &x->id.daddr.in6, in esp6_find_tcp_sk()
246 err = xfrm_trans_queue_net(xs_net(x), skb, esp_output_tcp_encap_cb); in esp_output_tail_tcp()
304 XFRM_INC_STATS(xs_net(x), LINUX_MIB_XFRMOUTSTATEPROTOERROR); in esp_output_done()
Dmip6.c199 struct net *net = xs_net(x); in mip6_destopt_reject()
/kernel/linux/linux-5.10/net/ipv4/
Dipcomp.c58 struct net *net = xs_net(x); in ipcomp_tunnel_create()
97 struct net *net = xs_net(x); in ipcomp_tunnel_attach()
Desp4.c165 sk = inet_lookup_established(xs_net(x), &tcp_hashinfo, x->id.daddr.a4, in esp_find_tcp_sk()
230 err = xfrm_trans_queue_net(xs_net(x), skb, esp_output_tcp_encap_cb); in esp_output_tail_tcp()
269 XFRM_INC_STATS(xs_net(x), LINUX_MIB_XFRMOUTSTATEPROTOERROR); in esp_output_done()
/kernel/linux/linux-5.10/include/net/
Dxfrm.h150 possible_net_t xs_net; member
270 static inline struct net *xs_net(struct xfrm_state *x) in xs_net() function
272 return read_pnet(&x->xs_net); in xs_net()
/kernel/linux/linux-5.10/net/key/
Daf_key.c1496 pfkey_broadcast(skb, GFP_ATOMIC, BROADCAST_ALL, NULL, xs_net(x)); in key_notify_sa()
3058 xs_net(x)); in key_notify_sa_expire()
3064 struct net *net = x ? xs_net(x) : c->net; in pfkey_send_notify()
3247 xs_net(x)); in pfkey_send_acquire()
3444 xs_net(x)); in pfkey_send_new_mapping()