Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dip_tables.c1783 icmp_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, in icmp_type_code_match() argument
1788 (type == test_type && code >= min_code && code <= max_code)) in icmp_type_code_match()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6_tables.c1794 icmp6_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, in icmp6_type_code_match() argument
1798 return (type == test_type && code >= min_code && code <= max_code) in icmp6_type_code_match()