Lines Matching defs:value
756 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8()
767 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16()
778 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32()
789 static inline int nla_put_u64(struct sk_buff *skb, int attrtype, u64 value) in nla_put_u64()
835 #define NLA_PUT_TYPE(skb, type, attrtype, value) \ argument
841 #define NLA_PUT_U8(skb, attrtype, value) \ argument
844 #define NLA_PUT_U16(skb, attrtype, value) \ argument
847 #define NLA_PUT_LE16(skb, attrtype, value) \ argument
850 #define NLA_PUT_BE16(skb, attrtype, value) \ argument
853 #define NLA_PUT_U32(skb, attrtype, value) \ argument
856 #define NLA_PUT_BE32(skb, attrtype, value) \ argument
859 #define NLA_PUT_U64(skb, attrtype, value) \ argument
862 #define NLA_PUT_BE64(skb, attrtype, value) \ argument
865 #define NLA_PUT_STRING(skb, attrtype, value) \ argument