Searched refs:reject (Results 1 – 8 of 8) sorted by relevance
/net/ceph/crush/ |
D | mapper.c | 475 int collide, reject; in crush_choose_firstn() local 503 reject = 1; in crush_choose_firstn() 504 goto reject; in crush_choose_firstn() 553 reject = 0; in crush_choose_firstn() 578 reject = 1; in crush_choose_firstn() 585 if (!reject && !collide) { in crush_choose_firstn() 588 reject = is_out(map, weight, in crush_choose_firstn() 593 reject: in crush_choose_firstn() 594 if (reject || collide) { in crush_choose_firstn() 613 reject, collide, ftotal, in crush_choose_firstn()
|
/net/ipv4/netfilter/ |
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/ |
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/bridge/netfilter/ |
D | Kconfig | 19 tristate "Netfilter nf_tables bridge reject support" 24 Add support to reject packets.
|
/net/ipv6/ |
D | mip6.c | 286 .reject = mip6_destopt_reject,
|
/net/xfrm/ |
D | xfrm_policy.c | 3228 if (!x->type->reject) in xfrm_secpath_reject() 3230 return x->type->reject(x, skb, fl); in xfrm_secpath_reject() 3636 goto reject; in __xfrm_policy_check() 3668 goto reject; in __xfrm_policy_check() 3674 goto reject; in __xfrm_policy_check() 3684 reject: in __xfrm_policy_check()
|
/net/ |
D | Kconfig | 131 filter", which means that it can reject individual network packets
|
/net/netfilter/ |
D | Kconfig | 588 tristate "Netfilter nf_tables reject support" 591 This option adds the "reject" expression that you can use to
|