Searched refs:IFA_PROTO (Results 1 - 3 of 3) sorted by last modified time

/linux-master/net/ipv6/
H A Daddrconf.c4769 [IFA_PROTO] = { .type = NLA_U8 },
4998 if (tb[IFA_PROTO])
4999 cfg.ifa_proto = nla_get_u8(tb[IFA_PROTO]);
5108 + nla_total_size(1) /* IFA_PROTO */
5195 if (proto && nla_put_u8(skb, IFA_PROTO, proto))
/linux-master/net/ipv4/
H A Ddevinet.c107 [IFA_PROTO] = { .type = NLA_U8 },
915 if (tb[IFA_PROTO])
916 ifa->ifa_proto = nla_get_u8(tb[IFA_PROTO]);
1661 + nla_total_size(1) /* IFA_PROTO */
1746 nla_put_u8(skb, IFA_PROTO, ifa->ifa_proto)) ||
/linux-master/include/uapi/linux/
H A Dif_addr.h38 IFA_PROTO, /* u8, address protocol */ enumerator in enum:__anon4247

Completed in 997 milliseconds