Lines Matching defs:attrtype

805 					     int hdrlen, int attrtype)  in nlmsg_find_attr()
1187 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested()
1241 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8()
1255 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16()
1268 static inline int nla_put_be16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_be16()
1281 static inline int nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_net16()
1294 static inline int nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) in nla_put_le16()
1307 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32()
1320 static inline int nla_put_be32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_be32()
1333 static inline int nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_net32()
1346 static inline int nla_put_le32(struct sk_buff *skb, int attrtype, __le32 value) in nla_put_le32()
1360 static inline int nla_put_u64_64bit(struct sk_buff *skb, int attrtype, in nla_put_u64_64bit()
1375 static inline int nla_put_be64(struct sk_buff *skb, int attrtype, __be64 value, in nla_put_be64()
1390 static inline int nla_put_net64(struct sk_buff *skb, int attrtype, __be64 value, in nla_put_net64()
1406 static inline int nla_put_le64(struct sk_buff *skb, int attrtype, __le64 value, in nla_put_le64()
1420 static inline int nla_put_s8(struct sk_buff *skb, int attrtype, s8 value) in nla_put_s8()
1433 static inline int nla_put_s16(struct sk_buff *skb, int attrtype, s16 value) in nla_put_s16()
1446 static inline int nla_put_s32(struct sk_buff *skb, int attrtype, s32 value) in nla_put_s32()
1460 static inline int nla_put_s64(struct sk_buff *skb, int attrtype, s64 value, in nla_put_s64()
1474 static inline int nla_put_string(struct sk_buff *skb, int attrtype, in nla_put_string()
1485 static inline int nla_put_flag(struct sk_buff *skb, int attrtype) in nla_put_flag()
1497 static inline int nla_put_msecs(struct sk_buff *skb, int attrtype, in nla_put_msecs()
1512 static inline int nla_put_in_addr(struct sk_buff *skb, int attrtype, in nla_put_in_addr()
1527 static inline int nla_put_in6_addr(struct sk_buff *skb, int attrtype, in nla_put_in6_addr()
1540 static inline int nla_put_bitfield32(struct sk_buff *skb, int attrtype, in nla_put_bitfield32()
1763 int attrtype) in nla_nest_start_noflag()
1783 static inline struct nlattr *nla_nest_start(struct sk_buff *skb, int attrtype) in nla_nest_start()