Home
last modified time | relevance | path

Searched refs:IFLA_PROTINFO (Results 1 – 25 of 28) sorted by relevance

12

/external/strace/tests-m32/
Dnlattr_ifla_brport.c42 enum { IFLA_PROTINFO = 12 }; enumerator
48 #define IFLA_ATTR IFLA_PROTINFO
/external/strace/tests/
Dnlattr_ifla_brport.c42 enum { IFLA_PROTINFO = 12 }; enumerator
48 #define IFLA_ATTR IFLA_PROTINFO
/external/strace/tests-mx32/
Dnlattr_ifla_brport.c42 enum { IFLA_PROTINFO = 12 }; enumerator
48 #define IFLA_ATTR IFLA_PROTINFO
/external/strace/xlat/
Drtnl_link_attrs.h90 #if defined(IFLA_PROTINFO) || (defined(HAVE_DECL_IFLA_PROTINFO) && HAVE_DECL_IFLA_PROTINFO)
92 static_assert((IFLA_PROTINFO) == (12), "IFLA_PROTINFO != 12");
95 # define IFLA_PROTINFO 12
393 XLAT(IFLA_PROTINFO),
Drtnl_link_attrs.in13 IFLA_PROTINFO 12
/external/libnl/include/linux-private/linux/
Dif_link.h118 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator
119 #define IFLA_PROTINFO IFLA_PROTINFO macro
/external/iproute2/bridge/
Dlink.c157 if (tb[IFLA_PROTINFO]) { in print_linkinfo()
158 if (tb[IFLA_PROTINFO]->rta_type & NLA_F_NESTED) { in print_linkinfo()
162 tb[IFLA_PROTINFO]); in print_linkinfo()
203 print_portstate(fp, rta_getattr_u8(tb[IFLA_PROTINFO])); in print_linkinfo()
386 IFLA_PROTINFO | NLA_F_NESTED); in brlink_modify()
/external/iproute2/ip/
Diptoken.c72 if (!tb[IFLA_PROTINFO]) in print_token()
75 parse_rtattr_nested(ltb, IFLA_INET6_MAX, tb[IFLA_PROTINFO]); in print_token()
/external/iproute2/include/uapi/linux/
Dif_link.h123 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator
124 #define IFLA_PROTINFO IFLA_PROTINFO macro
/external/kernel-headers/original/uapi/linux/
Dif_link.h123 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator
124 #define IFLA_PROTINFO IFLA_PROTINFO macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_sparc64.go399 IFLA_PROTINFO = 0xc const
Dztypes_linux_s390x.go448 IFLA_PROTINFO = 0xc const
Dztypes_linux_386.go444 IFLA_PROTINFO = 0xc const
Dztypes_linux_mips.go445 IFLA_PROTINFO = 0xc const
Dztypes_linux_amd64.go448 IFLA_PROTINFO = 0xc const
Dztypes_linux_ppc64.go450 IFLA_PROTINFO = 0xc const
Dztypes_linux_mips64.go449 IFLA_PROTINFO = 0xc const
Dztypes_linux_mipsle.go445 IFLA_PROTINFO = 0xc const
Dztypes_linux_arm.go447 IFLA_PROTINFO = 0xc const
Dztypes_linux_arm64.go449 IFLA_PROTINFO = 0xc const
Dztypes_linux_mips64le.go449 IFLA_PROTINFO = 0xc const
Dztypes_linux_ppc64le.go450 IFLA_PROTINFO = 0xc const
/external/libnl/lib/route/
Dlink.c513 memcpy(&real_link_policy[IFLA_PROTINFO], in link_msg_parser()
555 tb[IFLA_PROTINFO] = (struct nlattr *)af_ops->ao_protinfo_policy; in link_msg_parser()
579 if (tb[IFLA_PROTINFO] && af_ops && af_ops->ao_parse_protinfo) { in link_msg_parser()
580 err = af_ops->ao_parse_protinfo(link, tb[IFLA_PROTINFO], in link_msg_parser()
/external/strace/
Drtnl_link.c852 [IFLA_PROTINFO] = decode_ifla_protinfo,
Dconfigure.ac525 IFLA_PROTINFO,

12