Searched refs:f_id (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.c | 112 struct ipfw_flow_id f_id; member 614 addr = f_id->dst_ip; in nat64lsn_translate4() 615 port = f_id->dst_port; in nat64lsn_translate4() 616 proto = f_id->proto; in nat64lsn_translate4() 670 if (f_id->proto == IPPROTO_TCP) in nat64lsn_translate4() 1046 host->addr = ji->f_id.src_ip6; in nat64lsn_alloc_host() 1421 ji->f_id = *f_id; in nat64lsn_request_host() 1444 ji->f_id = *f_id; in nat64lsn_request_pg() 1501 port = f_id->src_port; in nat64lsn_translate6() 1502 proto = f_id->proto; in nat64lsn_translate6() [all …]
|
| H A D | nat64stl.c | 226 switch (args->f_id.addr_type) { in ipfw_nat64stl() 228 dst4 = htonl(args->f_id.dst_ip); in ipfw_nat64stl() 234 sizeof(struct in6_addr), &args->f_id.src_ip6, &tablearg); in ipfw_nat64stl() 245 if (args->f_id.proto != IPPROTO_ICMPV6) in ipfw_nat64stl() 250 if (args->f_id.addr_type == 4) in ipfw_nat64stl()
|
| H A D | nat64clat.c | 223 switch (args->f_id.addr_type) { in ipfw_nat64clat() 240 if (args->f_id.proto != IPPROTO_ICMPV6) in ipfw_nat64clat()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 1123 id = &args->f_id; in check_uidgid() 1618 args->f_id.extra = in ipfw_chk() 1699 args->f_id.addr_type = 6; in ipfw_chk() 1770 args->f_id.addr_type = 4; in ipfw_chk() 1783 args->f_id.proto = proto; in ipfw_chk() 2182 args->f_id.dst_ip : in ipfw_chk() 2183 args->f_id.src_ip; in ipfw_chk() 2517 args->f_id.fib) : in ipfw_chk() 2520 args->f_id.fib); in ipfw_chk() 2556 args->f_id.src_ip6: in ipfw_chk() [all …]
|
| H A D | ip_fw_log.c | 312 if (IS_IP6_FLOW_ID(&(args->f_id))) { in ipfw_log() 315 ip6_sprintf(ip6buf, &args->f_id.src_ip6)); in ipfw_log() 317 ip6_sprintf(ip6buf, &args->f_id.dst_ip6)); in ipfw_log() 332 switch (args->f_id.proto) { in ipfw_log() 347 args->f_id.proto == IPPROTO_UDP ? " ": "Lite ", in ipfw_log() 384 args->f_id.proto, src); in ipfw_log() 390 if (IS_IP6_FLOW_ID(&(args->f_id))) { in ipfw_log() 394 args->f_id.extra, in ipfw_log()
|
| H A D | ip_fw_dynamic.c | 1176 if (IN6_IS_ADDR_LINKLOCAL(&args->f_id.src_ip6) || in dyn_getscopeid() 1177 IN6_IS_ADDR_LINKLOCAL(&args->f_id.dst_ip6)) in dyn_getscopeid() 1342 info->hashval = hash_packet(&args->f_id); in ipfw_dyn_lookup_state() 1345 if (IS_IP4_FLOW_ID(&args->f_id)) { in ipfw_dyn_lookup_state() 1348 s = dyn_lookup_ipv4_state(&args->f_id, ulp, info, pktlen); in ipfw_dyn_lookup_state() 1364 else if (IS_IP6_FLOW_ID(&args->f_id)) { in ipfw_dyn_lookup_state() 1367 s = dyn_lookup_ipv6_state(&args->f_id, dyn_getscopeid(args), in ipfw_dyn_lookup_state() 2003 return (dyn_install_state(&args->f_id, in ipfw_dyn_install_state() 2005 IS_IP6_FLOW_ID(&args->f_id) ? dyn_getscopeid(args): in ipfw_dyn_install_state()
|
| H A D | ip_dn_io.c | 904 si = ipdn_si_find(fs->sched, &(fwa->f_id)); in dummynet_io() 912 q = ipdn_q_find(fs, si, &(fwa->f_id)); in dummynet_io()
|
| H A D | ip_fw_private.h | 132 struct ipfw_flow_id f_id; /* grabbed from IP header */ member
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_filesystem.h | 93 eal_get_hugefile_path(char *buffer, size_t buflen, const char *hugedir, int f_id) in eal_get_hugefile_path() argument 96 eal_get_hugefile_prefix(), f_id); in eal_get_hugefile_path()
|
| /f-stack/freebsd/netpfil/ipfw/pmod/ |
| H A D | tcpmod.c | 205 if (args->f_id.proto != IPPROTO_TCP || in ipfw_tcpmod() 206 (args->f_id._flags & TH_SYN) == 0) in ipfw_tcpmod() 209 switch (args->f_id.addr_type) { in ipfw_tcpmod()
|
| /f-stack/freebsd/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 370 if (V_ip6_forwarding == 0 || args->f_id.addr_type != 6) in ipfw_nptv6() 414 args->f_id.src_ip6 = ip6->ip6_src; in ipfw_nptv6() 415 args->f_id.dst_ip6 = ip6->ip6_dst; in ipfw_nptv6()
|