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

/linux-master/include/uapi/linux/
H A Dif_addr.h38 IFA_PROTO, /* u8, address protocol */ enumerator in enum:__anon4247
/linux-master/net/ipv4/
H A Ddevinet.c107 [IFA_PROTO] = { .type = NLA_U8 },
910 if (tb[IFA_PROTO])
911 ifa->ifa_proto = nla_get_u8(tb[IFA_PROTO]);
1656 + nla_total_size(1) /* IFA_PROTO */
1734 nla_put_u8(skb, IFA_PROTO, ifa->ifa_proto)) ||
/linux-master/net/ipv6/
H A Daddrconf.c4768 [IFA_PROTO] = { .type = NLA_U8 },
4997 if (tb[IFA_PROTO])
4998 cfg.ifa_proto = nla_get_u8(tb[IFA_PROTO]);
5107 + nla_total_size(1) /* IFA_PROTO */
5194 if (proto && nla_put_u8(skb, IFA_PROTO, proto))

Completed in 300 milliseconds