Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dif_addr.h38 IFA_PROTO, /* u8, address protocol */ enumerator
/linux-6.15/net/ipv4/
H A Ddevinet.c108 [IFA_PROTO] = { .type = NLA_U8 },
937 if (tb[IFA_PROTO]) in inet_rtm_to_ifa()
938 ifa->ifa_proto = nla_get_u8(tb[IFA_PROTO]); in inet_rtm_to_ifa()
1769 nla_put_u8(skb, IFA_PROTO, ifa->ifa_proto)) || in inet_fill_ifaddr()
/linux-6.15/net/ipv6/
H A Daddrconf.c4774 [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()
5200 if (proto && nla_put_u8(skb, IFA_PROTO, proto)) in inet6_fill_ifaddr()