Searched refs:reject (Results 1 – 9 of 9) sorted by relevance
| /net/ceph/crush/ |
| A D | mapper.c | 479 int collide, reject; in crush_choose_firstn() local 507 reject = 1; in crush_choose_firstn() 508 goto reject; in crush_choose_firstn() 557 reject = 0; in crush_choose_firstn() 582 reject = 1; in crush_choose_firstn() 589 if (!reject && !collide) { in crush_choose_firstn() 592 reject = is_out(map, weight, in crush_choose_firstn() 597 reject: in crush_choose_firstn() 598 if (reject || collide) { in crush_choose_firstn() 617 reject, collide, ftotal, in crush_choose_firstn()
|
| /net/ipv4/netfilter/ |
| A D | ipt_REJECT.c | 33 const struct ipt_reject_info *reject = par->targinfo; in reject_tg() local 36 switch (reject->with) { in reject_tg()
|
| /net/ipv6/netfilter/ |
| A D | ip6t_REJECT.c | 37 const struct ip6t_reject_info *reject = par->targinfo; in reject_tg6() local 40 switch (reject->with) { in reject_tg6()
|
| /net/rxrpc/ |
| A D | key.c | 181 goto reject; in rxrpc_preparse_xdr_yfs_rxgk() 188 goto reject; in rxrpc_preparse_xdr_yfs_rxgk() 198 goto reject; in rxrpc_preparse_xdr_yfs_rxgk() 278 reject: in rxrpc_preparse_xdr_yfs_rxgk()
|
| /net/bridge/netfilter/ |
| A D | Kconfig | 19 tristate "Netfilter nf_tables bridge reject support" 24 Add support to reject packets.
|
| /net/ipv6/ |
| A D | mip6.c | 285 .reject = mip6_destopt_reject,
|
| /net/xfrm/ |
| A D | xfrm_policy.c | 3370 if (!x->type->reject) in xfrm_secpath_reject() 3372 return x->type->reject(x, skb, fl); in xfrm_secpath_reject() 3815 goto reject; in __xfrm_policy_check() 3847 goto reject; in __xfrm_policy_check() 3853 goto reject; in __xfrm_policy_check() 3863 reject: in __xfrm_policy_check()
|
| /net/ |
| A D | Kconfig | 172 filter", which means that it can reject individual network packets
|
| /net/netfilter/ |
| A D | Kconfig | 591 tristate "Netfilter nf_tables reject support" 594 This option adds the "reject" expression that you can use to
|
Completed in 30 milliseconds