Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn_control.c61 nat64lsn_find(struct namedobj_instance *ni, const char *name, uint8_t set) in nat64lsn_find() function
154 if (nat64lsn_find(ni, uc->name, uc->set) != NULL) { in nat64lsn_create()
188 if (nat64lsn_find(ni, uc->name, uc->set) != NULL) { in nat64lsn_create()
239 cfg = nat64lsn_find(CHAIN_TO_SRV(ch), oh->ntlv.name, oh->ntlv.set); in nat64lsn_destroy()
420 cfg = nat64lsn_find(ni, oh->ntlv.name, oh->ntlv.set); in nat64lsn_config()
433 cfg = nat64lsn_find(ni, oh->ntlv.name, oh->ntlv.set); in nat64lsn_config()
491 cfg = nat64lsn_find(CHAIN_TO_SRV(ch), oh->ntlv.name, oh->ntlv.set); in nat64lsn_stats()
533 cfg = nat64lsn_find(CHAIN_TO_SRV(ch), oh->ntlv.name, oh->ntlv.set); in nat64lsn_reset_stats()
727 cfg = nat64lsn_find(CHAIN_TO_SRV(ch), oh->ntlv.name, oh->ntlv.set); in nat64lsn_states_v1()