Home
last modified time | relevance | path

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

/linux/include/net/
H A Dudp_tunnel.h300 struct udp_tunnel_nic_ops { struct
315 extern const struct udp_tunnel_nic_ops *udp_tunnel_nic_ops; argument
317 #define udp_tunnel_nic_ops ((struct udp_tunnel_nic_ops *)NULL) macro
332 if (udp_tunnel_nic_ops) in udp_tunnel_nic_get_port()
333 udp_tunnel_nic_ops->get_port(dev, table, idx, ti); in udp_tunnel_nic_get_port()
340 if (udp_tunnel_nic_ops) in udp_tunnel_nic_set_port_priv()
341 udp_tunnel_nic_ops->set_port_priv(dev, table, idx, priv); in udp_tunnel_nic_set_port_priv()
349 if (udp_tunnel_nic_ops) in udp_tunnel_nic_add_port()
350 udp_tunnel_nic_ops->add_port(dev, ti); in udp_tunnel_nic_add_port()
358 if (udp_tunnel_nic_ops) in udp_tunnel_nic_del_port()
[all …]
/linux/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);
H A Dudp_tunnel_nic.c646 static const struct udp_tunnel_nic_ops __udp_tunnel_nic_ops = {
938 udp_tunnel_nic_ops = &__udp_tunnel_nic_ops; in udp_tunnel_nic_init_module()
949 udp_tunnel_nic_ops = NULL; in udp_tunnel_nic_init_module()
961 udp_tunnel_nic_ops = NULL; in udp_tunnel_nic_cleanup_module()