Home
last modified time | relevance | path

Searched refs:udp_tunnel_nic_ops (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dudp_tunnel.h278 struct udp_tunnel_nic_ops { struct
293 extern const struct udp_tunnel_nic_ops *udp_tunnel_nic_ops;
295 #define udp_tunnel_nic_ops ((struct udp_tunnel_nic_ops *)NULL) macro
310 if (udp_tunnel_nic_ops) in udp_tunnel_nic_get_port()
311 udp_tunnel_nic_ops->get_port(dev, table, idx, ti); in udp_tunnel_nic_get_port()
318 if (udp_tunnel_nic_ops) in udp_tunnel_nic_set_port_priv()
319 udp_tunnel_nic_ops->set_port_priv(dev, table, idx, priv); in udp_tunnel_nic_set_port_priv()
325 if (udp_tunnel_nic_ops) in udp_tunnel_nic_add_port()
[all...]
/kernel/linux/linux-6.6/include/net/
H A Dudp_tunnel.h283 struct udp_tunnel_nic_ops { struct
298 extern const struct udp_tunnel_nic_ops *udp_tunnel_nic_ops;
300 #define udp_tunnel_nic_ops ((struct udp_tunnel_nic_ops *)NULL) macro
315 if (udp_tunnel_nic_ops) in udp_tunnel_nic_get_port()
316 udp_tunnel_nic_ops->get_port(dev, table, idx, ti); in udp_tunnel_nic_get_port()
323 if (udp_tunnel_nic_ops) in udp_tunnel_nic_set_port_priv()
324 udp_tunnel_nic_ops->set_port_priv(dev, table, idx, priv); in udp_tunnel_nic_set_port_priv()
332 if (udp_tunnel_nic_ops) in udp_tunnel_nic_add_port()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp_tunnel_stub.c6 const struct udp_tunnel_nic_ops *udp_tunnel_nic_ops; variable
7 EXPORT_SYMBOL_GPL(udp_tunnel_nic_ops); variable
H A Dudp_tunnel_nic.c644 static const struct udp_tunnel_nic_ops __udp_tunnel_nic_ops = {
943 udp_tunnel_nic_ops = &__udp_tunnel_nic_ops; in udp_tunnel_nic_init_module()
954 udp_tunnel_nic_ops = NULL; in udp_tunnel_nic_init_module()
966 udp_tunnel_nic_ops = NULL; in udp_tunnel_nic_cleanup_module()
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp_tunnel_stub.c6 const struct udp_tunnel_nic_ops *udp_tunnel_nic_ops; variable
7 EXPORT_SYMBOL_GPL(udp_tunnel_nic_ops); variable
H 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 6 milliseconds