Home
last modified time | relevance | path

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

/net/ipv4/
Dudp_tunnel_nic.c111 udp_tunnel_nic_entry_queue(struct udp_tunnel_nic *utn, in udp_tunnel_nic_entry_queue() argument
116 utn->need_sync = 1; in udp_tunnel_nic_entry_queue()
130 udp_tunnel_nic_is_empty(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_is_empty() argument
135 for (i = 0; i < utn->n_tables; i++) in udp_tunnel_nic_is_empty()
137 if (!udp_tunnel_nic_entry_is_free(&utn->entries[i][j])) in udp_tunnel_nic_is_empty()
143 udp_tunnel_nic_should_replay(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_should_replay() argument
148 if (!utn->missed) in udp_tunnel_nic_should_replay()
151 for (i = 0; i < utn->n_tables; i++) { in udp_tunnel_nic_should_replay()
153 if (!test_bit(i, &utn->missed)) in udp_tunnel_nic_should_replay()
157 if (udp_tunnel_nic_entry_is_free(&utn->entries[i][j])) in udp_tunnel_nic_should_replay()
[all …]