Home
last modified time | relevance | path

Searched refs:rejinfo (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/ipv4/netfilter/
H A Dipt_REJECT.c71 const struct ipt_reject_info *rejinfo = par->targinfo; in reject_tg_check() local
74 if (rejinfo->with == IPT_ICMP_ECHOREPLY) { in reject_tg_check()
77 } else if (rejinfo->with == IPT_TCP_RESET) { in reject_tg_check()
/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_REJECT.c80 const struct ip6t_reject_info *rejinfo = par->targinfo; in reject_tg6_check() local
83 if (rejinfo->with == IP6T_ICMP6_ECHOREPLY) { in reject_tg6_check()
86 } else if (rejinfo->with == IP6T_TCP_RESET) { in reject_tg6_check()