Searched refs:NLA_F_NET_BYTEORDER (Results 1 – 3 of 3) sorted by relevance
177 #define NLA_F_NET_BYTEORDER (1 << 14) macro178 #define NLA_TYPE_MASK ~(NLA_F_NESTED | NLA_F_NET_BYTEORDER)
781 return nla_put_be16(skb, attrtype | NLA_F_NET_BYTEORDER, value); in nla_put_net16()825 return nla_put_be32(skb, attrtype | NLA_F_NET_BYTEORDER, value); in nla_put_net32()869 return nla_put_be64(skb, attrtype | NLA_F_NET_BYTEORDER, value); in nla_put_net64()
454 return tb[type] && (tb[type]->nla_type & NLA_F_NET_BYTEORDER); in ip_set_attr_netorder()460 return !tb[type] || (tb[type]->nla_type & NLA_F_NET_BYTEORDER); in ip_set_optattr_netorder()