Home
last modified time | relevance | path

Searched refs:udp_tunnel_nic_ops (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/net/
A Dudp_tunnel.h286 struct udp_tunnel_nic_ops { struct
301 extern const struct udp_tunnel_nic_ops *udp_tunnel_nic_ops; argument
303 #define udp_tunnel_nic_ops ((struct udp_tunnel_nic_ops *)NULL) macro
318 if (udp_tunnel_nic_ops) in udp_tunnel_nic_get_port()
326 if (udp_tunnel_nic_ops) in udp_tunnel_nic_set_port_priv()
335 if (udp_tunnel_nic_ops) in udp_tunnel_nic_add_port()
344 if (udp_tunnel_nic_ops) in udp_tunnel_nic_del_port()
362 if (udp_tunnel_nic_ops) in udp_tunnel_nic_reset_ntf()
363 udp_tunnel_nic_ops->reset_ntf(dev); in udp_tunnel_nic_reset_ntf()
369 if (!udp_tunnel_nic_ops) in udp_tunnel_nic_dump_size()
[all …]
/linux-6.3-rc2/net/ipv4/
A Dudp_tunnel_stub.c6 const struct udp_tunnel_nic_ops *udp_tunnel_nic_ops; variable
7 EXPORT_SYMBOL_GPL(udp_tunnel_nic_ops);
A Dudp_tunnel_nic.c646 static const struct udp_tunnel_nic_ops __udp_tunnel_nic_ops = {
945 udp_tunnel_nic_ops = &__udp_tunnel_nic_ops; in udp_tunnel_nic_init_module()
956 udp_tunnel_nic_ops = NULL; in udp_tunnel_nic_init_module()
968 udp_tunnel_nic_ops = NULL; in udp_tunnel_nic_cleanup_module()

Completed in 7 milliseconds