Home
last modified time | relevance | path

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

/include/net/
Dnetlink.h1255 static inline int nla_put_be32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_be32() function
1272 return nla_put_be32(skb, attrtype | NLA_F_NET_BYTEORDER, tmp); in nla_put_net32()
1452 return nla_put_be32(skb, attrtype, tmp); in nla_put_in_addr()