Searched refs:IFA_PROTO (Results 1 – 4 of 4) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | if_addr.h | 38 IFA_PROTO, /* u8, address protocol */ enumerator
|
| /linux/tools/include/uapi/linux/ |
| H A D | if_addr.h | 38 IFA_PROTO, /* u8, address protocol */ enumerator
|
| /linux/net/ipv4/ |
| H A D | devinet.c | 108 [IFA_PROTO] = { .type = NLA_U8 }, 936 if (tb[IFA_PROTO]) in inet_rtm_to_ifa() 937 ifa->ifa_proto = nla_get_u8(tb[IFA_PROTO]); in inet_rtm_to_ifa() 1768 nla_put_u8(skb, IFA_PROTO, ifa->ifa_proto)) || in inet_fill_ifaddr()
|
| /linux/net/ipv6/ |
| H A D | addrconf.c | 4774 [IFA_PROTO] = { .type = NLA_U8 }, 4986 if (tb[IFA_PROTO]) in inet6_rtm_newaddr() 4987 cfg.ifa_proto = nla_get_u8(tb[IFA_PROTO]); in inet6_rtm_newaddr() 5129 + nla_total_size(1) /* IFA_PROTO */ in inet6_ifaddr_msgsize() 5200 if (proto && nla_put_u8(skb, IFA_PROTO, proto)) in inet6_fill_ifaddr()
|