• Home
  • Raw
  • Download

Lines Matching defs:value

1176 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value)  in nla_put_u8()
1190 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16()
1203 static inline int nla_put_be16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_be16()
1216 static inline int nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_net16()
1229 static inline int nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) in nla_put_le16()
1242 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32()
1255 static inline int nla_put_be32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_be32()
1268 static inline int nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_net32()
1281 static inline int nla_put_le32(struct sk_buff *skb, int attrtype, __le32 value) in nla_put_le32()
1296 u64 value, int padattr) in nla_put_u64_64bit()
1310 static inline int nla_put_be64(struct sk_buff *skb, int attrtype, __be64 value, in nla_put_be64()
1325 static inline int nla_put_net64(struct sk_buff *skb, int attrtype, __be64 value, in nla_put_net64()
1341 static inline int nla_put_le64(struct sk_buff *skb, int attrtype, __le64 value, in nla_put_le64()
1355 static inline int nla_put_s8(struct sk_buff *skb, int attrtype, s8 value) in nla_put_s8()
1368 static inline int nla_put_s16(struct sk_buff *skb, int attrtype, s16 value) in nla_put_s16()
1381 static inline int nla_put_s32(struct sk_buff *skb, int attrtype, s32 value) in nla_put_s32()
1395 static inline int nla_put_s64(struct sk_buff *skb, int attrtype, s64 value, in nla_put_s64()