Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/netfilter/
Dipt_REJECT.c73 const struct ipt_reject_info *rejinfo = par->targinfo; in reject_tg_check() local
76 if (rejinfo->with == IPT_ICMP_ECHOREPLY) { in reject_tg_check()
79 } else if (rejinfo->with == IPT_TCP_RESET) { in reject_tg_check()
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_REJECT.c84 const struct ip6t_reject_info *rejinfo = par->targinfo; in reject_tg6_check() local
87 if (rejinfo->with == IP6T_ICMP6_ECHOREPLY) { in reject_tg6_check()
90 } else if (rejinfo->with == IP6T_TCP_RESET) { in reject_tg6_check()