Lines Matching defs:attrtype

840 					     int hdrlen, int attrtype)  in nlmsg_find_attr()
1299 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested()
1353 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8()
1367 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16()
1380 static inline int nla_put_be16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_be16()
1393 static inline int nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_net16()
1406 static inline int nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) in nla_put_le16()
1419 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32()
1432 static inline int nla_put_uint(struct sk_buff *skb, int attrtype, u64 value) in nla_put_uint()
1448 static inline int nla_put_be32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_be32()
1461 static inline int nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_net32()
1474 static inline int nla_put_le32(struct sk_buff *skb, int attrtype, __le32 value) in nla_put_le32()
1488 static inline int nla_put_u64_64bit(struct sk_buff *skb, int attrtype, in nla_put_u64_64bit()
1503 static inline int nla_put_be64(struct sk_buff *skb, int attrtype, __be64 value, in nla_put_be64()
1518 static inline int nla_put_net64(struct sk_buff *skb, int attrtype, __be64 value, in nla_put_net64()
1534 static inline int nla_put_le64(struct sk_buff *skb, int attrtype, __le64 value, in nla_put_le64()
1548 static inline int nla_put_s8(struct sk_buff *skb, int attrtype, s8 value) in nla_put_s8()
1561 static inline int nla_put_s16(struct sk_buff *skb, int attrtype, s16 value) in nla_put_s16()
1574 static inline int nla_put_s32(struct sk_buff *skb, int attrtype, s32 value) in nla_put_s32()
1588 static inline int nla_put_s64(struct sk_buff *skb, int attrtype, s64 value, in nla_put_s64()
1602 static inline int nla_put_sint(struct sk_buff *skb, int attrtype, s64 value) in nla_put_sint()
1618 static inline int nla_put_string(struct sk_buff *skb, int attrtype, in nla_put_string()
1629 static inline int nla_put_flag(struct sk_buff *skb, int attrtype) in nla_put_flag()
1641 static inline int nla_put_msecs(struct sk_buff *skb, int attrtype, in nla_put_msecs()
1656 static inline int nla_put_in_addr(struct sk_buff *skb, int attrtype, in nla_put_in_addr()
1671 static inline int nla_put_in6_addr(struct sk_buff *skb, int attrtype, in nla_put_in6_addr()
1684 static inline int nla_put_bitfield32(struct sk_buff *skb, int attrtype, in nla_put_bitfield32()
2190 int attrtype) in nla_nest_start_noflag()
2210 static inline struct nlattr *nla_nest_start(struct sk_buff *skb, int attrtype) in nla_nest_start()
2253 static inline int nla_put_empty_nest(struct sk_buff *skb, int attrtype) in nla_put_empty_nest()