Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dudp_tunnel_nic.c507 if (!utn) in __udp_tunnel_nic_add_port()
540 if (!utn) in __udp_tunnel_nic_del_port()
560 if (!utn) in __udp_tunnel_nic_reset_ntf()
593 if (!utn) in __udp_tunnel_nic_dump_size()
619 if (!utn) in __udp_tunnel_nic_dump_write()
714 __udp_tunnel_nic_device_sync(utn->dev, utn); in udp_tunnel_nic_device_sync_work()
717 udp_tunnel_nic_replay(utn->dev, utn); in udp_tunnel_nic_device_sync_work()
728 utn = kzalloc(sizeof(*utn), GFP_KERNEL); in udp_tunnel_nic_alloc()
729 if (!utn) in udp_tunnel_nic_alloc()
745 return utn; in udp_tunnel_nic_alloc()
[all …]