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

/freebsd-12-stable/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c66 #define V_nptv6_eid VNET(nptv6_eid) macro
67 #define IPFW_TLV_NPTV6_NAME IPFW_TLV_EACTION_NAME(V_nptv6_eid)
361 cmd->arg1 != V_nptv6_eid ||
749 ipfw_reset_eaction_instance(ch, V_nptv6_eid, cfg->no.kidx);
925 icmd->arg1 != V_nptv6_eid)
1011 V_nptv6_eid = ipfw_add_eaction(ch, ipfw_nptv6, "nptv6");
1012 if (V_nptv6_eid == 0)
1027 ipfw_del_eaction(ch, V_nptv6_eid);
1038 V_nptv6_eid = 0;

Completed in 102 milliseconds