Searched refs:nat64lsn_find (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64lsn_control.c | 61 nat64lsn_find(struct namedobj_instance *ni, const char *name, uint8_t set) in nat64lsn_find() function 156 if (nat64lsn_find(ni, uc->name, uc->set) != NULL) { in nat64lsn_create() 191 if (nat64lsn_find(ni, uc->name, uc->set) != NULL) { in nat64lsn_create() 246 i = nat64lsn_find(CHAIN_TO_SRV(ch), oh->ntlv.name, oh->ntlv.set); in nat64lsn_destroy() 430 i = nat64lsn_find(ni, oh->ntlv.name, oh->ntlv.set); in nat64lsn_config() 443 i = nat64lsn_find(ni, oh->ntlv.name, oh->ntlv.set); in nat64lsn_config() 501 i = nat64lsn_find(CHAIN_TO_SRV(ch), oh->ntlv.name, oh->ntlv.set); in nat64lsn_stats() 543 i = nat64lsn_find(CHAIN_TO_SRV(ch), oh->ntlv.name, oh->ntlv.set); in nat64lsn_reset_stats() 720 i = nat64lsn_find(CHAIN_TO_SRV(ch), oh->ntlv.name, oh->ntlv.set); in nat64lsn_states() 871 (i1 = nat64lsn_find(ni, no->name, sets[1])) != NULL) { in nat64lsn_swap_sets_cb()
|