Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp_tunnel_nic.c114 udp_tunnel_nic_entry_queue(struct udp_tunnel_nic *utn, in udp_tunnel_nic_entry_queue() argument
119 utn->need_sync = 1; in udp_tunnel_nic_entry_queue()
133 udp_tunnel_nic_is_empty(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_is_empty() argument
138 for (i = 0; i < utn->n_tables; i++) in udp_tunnel_nic_is_empty()
140 if (!udp_tunnel_nic_entry_is_free(&utn->entries[i][j])) in udp_tunnel_nic_is_empty()
146 udp_tunnel_nic_should_replay(struct net_device *dev, struct udp_tunnel_nic *utn) in udp_tunnel_nic_should_replay() argument
151 if (!utn->missed) in udp_tunnel_nic_should_replay()
154 for (i = 0; i < utn->n_tables; i++) { in udp_tunnel_nic_should_replay()
156 if (!test_bit(i, &utn->missed)) in udp_tunnel_nic_should_replay()
160 if (udp_tunnel_nic_entry_is_free(&utn->entries[i][j])) in udp_tunnel_nic_should_replay()
[all …]