Searched refs:nft_parse_th_port_range (Results 1 – 1 of 1) sorted by relevance
/external/iptables/iptables/ |
D | nft-ruleparse.c | 804 static void nft_parse_th_port_range(struct nft_xt_ctx *ctx, in nft_parse_th_port_range() function 853 nft_parse_th_port_range(ctx, cs, proto, from, to, -1, -1, op); in nft_parse_transport_range() 857 nft_parse_th_port_range(ctx, cs, proto, -1, -1, from, to, op); in nft_parse_transport_range()
|