Home
last modified time | relevance | path

Searched defs:attrtype (Results 1 – 6 of 6) sorted by relevance

/include/net/
Dnetlink.h836 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()
[all …]
Dife.h33 static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, in ife_tlv_meta_decode()
39 static inline int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, in ife_tlv_meta_encode()
Dgarp.h17 u8 attrtype; member
Dmrp.h16 u8 attrtype; member
Dvxlan.h528 static inline void vxlan_flag_attr_error(int attrtype, in vxlan_flag_attr_error()
/include/linux/
Dgenl_magic_struct.h64 static inline int nla_put_u64_0pad(struct sk_buff *skb, int attrtype, u64 value) in nla_put_u64_0pad()