Searched refs:IFA_FLAGS (Results 1 - 3 of 3) sorted by path

/linux-master/include/uapi/linux/
H A Dif_addr.h23 * IFA_FLAGS is a u32 attribute that extends the u8 field ifa_flags.
35 IFA_FLAGS, enumerator in enum:__anon4247
/linux-master/net/ipv4/
H A Ddevinet.c104 [IFA_FLAGS] = { .type = NLA_U32 },
896 ifa->ifa_flags = tb[IFA_FLAGS] ? nla_get_u32(tb[IFA_FLAGS]) :
1660 + nla_total_size(4) /* IFA_FLAGS */
1704 * The 32bit value is given in IFA_FLAGS attribute.
1747 nla_put_u32(skb, IFA_FLAGS, flags) ||
/linux-master/net/ipv6/
H A Daddrconf.c4766 [IFA_FLAGS] = { .len = sizeof(u32) },
4793 ifa_flags = tb[IFA_FLAGS] ? nla_get_u32(tb[IFA_FLAGS]) : ifm->ifa_flags;
5018 if (tb[IFA_FLAGS])
5019 cfg.ifa_flags = nla_get_u32(tb[IFA_FLAGS]);
5107 + nla_total_size(4) /* IFA_FLAGS */
5191 if (nla_put_u32(skb, IFA_FLAGS, flags) < 0)

Completed in 229 milliseconds