Searched refs:nat64lsn_find (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn_control.c65 nat64lsn_find(struct namedobj_instance *ni, const char *name, uint8_t set) function
158 if (nat64lsn_find(ni, uc->name, uc->set) != NULL) {
192 if (nat64lsn_find(ni, uc->name, uc->set) != NULL) {
243 cfg = nat64lsn_find(CHAIN_TO_SRV(ch), oh->ntlv.name, oh->ntlv.set);
424 cfg = nat64lsn_find(ni, oh->ntlv.name, oh->ntlv.set);
437 cfg = nat64lsn_find(ni, oh->ntlv.name, oh->ntlv.set);
495 cfg = nat64lsn_find(CHAIN_TO_SRV(ch), oh->ntlv.name, oh->ntlv.set);
537 cfg = nat64lsn_find(CHAIN_TO_SRV(ch), oh->ntlv.name, oh->ntlv.set);
731 cfg = nat64lsn_find(CHAIN_TO_SRV(ch), oh->ntlv.name, oh->ntlv.set);

Completed in 70 milliseconds