Lines Matching defs:value

746 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value)  in nla_put_u8()
757 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16()
768 static inline int nla_put_be16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_be16()
779 static inline int nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_net16()
790 static inline int nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) in nla_put_le16()
801 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32()
812 static inline int nla_put_be32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_be32()
823 static inline int nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_net32()
834 static inline int nla_put_le32(struct sk_buff *skb, int attrtype, __le32 value) in nla_put_le32()
845 static inline int nla_put_u64(struct sk_buff *skb, int attrtype, u64 value) in nla_put_u64()
856 static inline int nla_put_be64(struct sk_buff *skb, int attrtype, __be64 value) in nla_put_be64()
867 static inline int nla_put_net64(struct sk_buff *skb, int attrtype, __be64 value) in nla_put_net64()
878 static inline int nla_put_le64(struct sk_buff *skb, int attrtype, __le64 value) in nla_put_le64()
889 static inline int nla_put_s8(struct sk_buff *skb, int attrtype, s8 value) in nla_put_s8()
900 static inline int nla_put_s16(struct sk_buff *skb, int attrtype, s16 value) in nla_put_s16()
911 static inline int nla_put_s32(struct sk_buff *skb, int attrtype, s32 value) in nla_put_s32()
922 static inline int nla_put_s64(struct sk_buff *skb, int attrtype, s64 value) in nla_put_s64()