Searched refs:nl_type (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/tc/ |
D | f_flower.c | 1177 int nl_type, nl_mask_type; in flower_print_opt() local 1239 nl_type = flower_port_attr_type(ip_proto, FLOWER_ENDPOINT_DST); in flower_print_opt() 1240 if (nl_type >= 0) in flower_print_opt() 1241 flower_print_port(f, "dst_port", tb[nl_type]); in flower_print_opt() 1242 nl_type = flower_port_attr_type(ip_proto, FLOWER_ENDPOINT_SRC); in flower_print_opt() 1243 if (nl_type >= 0) in flower_print_opt() 1244 flower_print_port(f, "src_port", tb[nl_type]); in flower_print_opt() 1249 nl_type = flower_icmp_attr_type(eth_type, ip_proto, in flower_print_opt() 1253 if (nl_type >= 0 && nl_mask_type >= 0) in flower_print_opt() 1254 flower_print_masked_u8(f, "icmp_type", tb[nl_type], in flower_print_opt() [all …]
|
/external/autotest/client/deps/iwcap/src/ |
D | iwcap.c | 221 static int check_iftype(struct nlattr *tb_msg[], int nl_type) in check_iftype() argument 230 if (nl_mode->nla_type == nl_type) in check_iftype()
|