Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_addr.h38 IFA_PROTO, /* u8, address protocol */ enumerator
/openbmc/linux/net/ipv4/
H A Ddevinet.c107 [IFA_PROTO] = { .type = NLA_U8 },
916 if (tb[IFA_PROTO]) in rtm_to_ifaddr()
917 ifa->ifa_proto = nla_get_u8(tb[IFA_PROTO]); in rtm_to_ifaddr()
1740 nla_put_u8(skb, IFA_PROTO, ifa->ifa_proto)) || in inet_fill_ifaddr()
/openbmc/linux/net/ipv6/
H A Daddrconf.c4720 [IFA_PROTO] = { .type = NLA_U8 },
4940 if (tb[IFA_PROTO]) in inet6_rtm_newaddr()
4941 cfg.ifa_proto = nla_get_u8(tb[IFA_PROTO]); in inet6_rtm_newaddr()
5131 nla_put_u8(skb, IFA_PROTO, ifa->ifa_proto)) in inet6_fill_ifaddr()