Searched refs:nflags (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_nat6.c | 964 u_int nflags; local 1585 u_int *nflags; 1915 int nflags; local 2617 u_int nflags = 0; local 2641 nflags = IPN_TCP; 2644 nflags = IPN_UDP; 2810 u_32_t nflags; 3031 nflags = 0; 3039 nflags = IPN_TCP; 3042 nflags = IPN_UDP; [all …]
|
| H A D | ip_rpcb_pxy.c | 1162 int nflags; local 1184 nflags = NAT_TCP; 1187 nflags = NAT_UDP; 1190 nflags |= SI_W_SPORT|NAT_SEARCH; 1224 nflags &= ~NAT_SEARCH; 1237 ipn->in_flags = nflags & IPN_TCPUDP; 1254 natl = ipf_nat_add(&fi, ipn, NULL, nflags|SI_CLONE|NAT_SLAVE, 1269 (void) ipf_nat_proto(&fi, natl, nflags); 1280 nflags &= NAT_TCPUDP; 1281 nflags |= SI_W_SPORT|SI_CLONE; [all …]
|
| H A D | ip_rcmd_pxy.c | 150 int off, dlen, nflags, direction; local 293 nflags = SI_W_SPORT|NAT_SLAVE|IPN_TCP; 297 nat2 = ipf_nat_add(&fi, rc->rcmd_rule, NULL, nflags, 301 nat2 = ipf_nat6_add(&fi, rc->rcmd_rule, NULL, nflags,
|
| H A D | ip_nat.c | 3097 u_int nflags; local 3770 u_int *nflags; 4087 int nflags; local 4854 u_int nflags = 0; local 5071 u_32_t nflags; 5374 nflags = 0; 5568 u_32_t nflags; 5801 u_int nflags; 8389 int nflags; local 8395 nflags = IPN_TCP; [all …]
|
| H A D | ip_tftp_pxy.c | 302 int nflags; local 328 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT; 363 nflags |= NAT_NOTRULEPORT; 368 nat2 = ipf_nat6_add(&fi, ti->ti_rule, NULL, nflags, dir); 371 nat2 = ipf_nat_add(&fi, ti->ti_rule, NULL, nflags, dir);
|
| H A D | ip_ftp_pxy.c | 861 int inc, off, nflags; local 915 nflags = IPN_TCP|SI_W_SPORT; 935 nflags, nat->nat_dir); 939 nflags, nat->nat_dir);
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_rx.c | 341 unsigned int nflags = 0; in efx_rx_scale_hash_flags_get() local 350 nflags = 0; in efx_rx_scale_hash_flags_get() 357 if (nflags >= max_nflags) { \ in efx_rx_scale_hash_flags_get() 361 *(flagsp + nflags) = (_flags); \ in efx_rx_scale_hash_flags_get() 362 nflags++; \ in efx_rx_scale_hash_flags_get() 429 *nflagsp = nflags; in efx_rx_scale_hash_flags_get()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_sig.c | 2777 int cflags, nflags; in sigdeferstop_impl() local 2783 nflags = cflags; in sigdeferstop_impl() 2786 nflags = 0; in sigdeferstop_impl() 2789 nflags = (cflags | TDF_SBDRY) & ~(TDF_SEINTR | TDF_SERESTART); in sigdeferstop_impl() 2792 nflags = (cflags | TDF_SBDRY | TDF_SEINTR) & ~TDF_SERESTART; in sigdeferstop_impl() 2795 nflags = (cflags | TDF_SBDRY | TDF_SERESTART) & ~TDF_SEINTR; in sigdeferstop_impl() 2801 if (cflags == nflags) in sigdeferstop_impl() 2804 td->td_flags = (td->td_flags & ~cflags) | nflags; in sigdeferstop_impl()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_table.c | 1646 int nflags; in pfr_commit_ktable() local 1698 nflags = ((shadow->pfrkt_flags & PFR_TFLAG_USRMASK) | in pfr_commit_ktable() 1703 pfr_setflags_ktable(kt, nflags); in pfr_commit_ktable()
|