Home
last modified time | relevance | path

Searched refs:NETCONFA_IFINDEX (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dnetconf.h14 NETCONFA_IFINDEX, enumerator
/linux/net/mpls/
H A Daf_mpls.c1180 if (nla_put_s32(skb, NETCONFA_IFINDEX, mdev->dev->ifindex) < 0) in mpls_netconf_fill_devconf()
1199 + nla_total_size(4); /* NETCONFA_IFINDEX */ in mpls_netconf_msgsize_devconf()
1236 [NETCONFA_IFINDEX] = { .len = sizeof(int) },
1268 case NETCONFA_IFINDEX: in mpls_netconf_valid_get_req()
1295 if (!tb[NETCONFA_IFINDEX]) { in mpls_netconf_get_devconf()
1300 ifindex = nla_get_s32(tb[NETCONFA_IFINDEX]); in mpls_netconf_get_devconf()
/linux/net/ipv6/
H A Daddrconf.c511 + nla_total_size(4); /* NETCONFA_IFINDEX */ in inet6_netconf_msgsize_devconf()
552 if (nla_put_s32(skb, NETCONFA_IFINDEX, ifindex) < 0) in inet6_netconf_fill_devconf()
612 [NETCONFA_IFINDEX] = { .len = sizeof(int) },
646 case NETCONFA_IFINDEX: in inet6_netconf_valid_get_req()
674 if (!tb[NETCONFA_IFINDEX]) in inet6_netconf_get_devconf()
678 ifindex = nla_get_s32(tb[NETCONFA_IFINDEX]); in inet6_netconf_get_devconf()