• Home
  • Raw
  • Download

Lines Matching defs:attrtype

836 					     int hdrlen, int attrtype)  in nlmsg_find_attr()
1295 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested()
1349 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8()
1363 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16()
1376 static inline int nla_put_be16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_be16()
1389 static inline int nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_net16()
1402 static inline int nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) in nla_put_le16()
1415 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32()
1428 static inline int nla_put_uint(struct sk_buff *skb, int attrtype, u64 value) in nla_put_uint()
1444 static inline int nla_put_be32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_be32()
1457 static inline int nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_net32()
1470 static inline int nla_put_le32(struct sk_buff *skb, int attrtype, __le32 value) in nla_put_le32()
1484 static inline int nla_put_u64_64bit(struct sk_buff *skb, int attrtype, in nla_put_u64_64bit()
1499 static inline int nla_put_be64(struct sk_buff *skb, int attrtype, __be64 value, in nla_put_be64()
1514 static inline int nla_put_net64(struct sk_buff *skb, int attrtype, __be64 value, in nla_put_net64()
1530 static inline int nla_put_le64(struct sk_buff *skb, int attrtype, __le64 value, in nla_put_le64()
1544 static inline int nla_put_s8(struct sk_buff *skb, int attrtype, s8 value) in nla_put_s8()
1557 static inline int nla_put_s16(struct sk_buff *skb, int attrtype, s16 value) in nla_put_s16()
1570 static inline int nla_put_s32(struct sk_buff *skb, int attrtype, s32 value) in nla_put_s32()
1584 static inline int nla_put_s64(struct sk_buff *skb, int attrtype, s64 value, in nla_put_s64()
1598 static inline int nla_put_sint(struct sk_buff *skb, int attrtype, s64 value) in nla_put_sint()
1614 static inline int nla_put_string(struct sk_buff *skb, int attrtype, in nla_put_string()
1625 static inline int nla_put_flag(struct sk_buff *skb, int attrtype) in nla_put_flag()
1637 static inline int nla_put_msecs(struct sk_buff *skb, int attrtype, in nla_put_msecs()
1652 static inline int nla_put_in_addr(struct sk_buff *skb, int attrtype, in nla_put_in_addr()
1667 static inline int nla_put_in6_addr(struct sk_buff *skb, int attrtype, in nla_put_in6_addr()
1680 static inline int nla_put_bitfield32(struct sk_buff *skb, int attrtype, in nla_put_bitfield32()
1926 int attrtype) in nla_nest_start_noflag()
1946 static inline struct nlattr *nla_nest_start(struct sk_buff *skb, int attrtype) in nla_nest_start()