Home
last modified time | relevance | path

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

/include/net/
Dnetlink.h398 int hdrlen, int attrtype) in nlmsg_find_attr()
731 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested()
758 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8()
769 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16()
780 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32()
791 static inline int nla_put_u64(struct sk_buff *skb, int attrtype, u64 value) in nla_put_u64()
802 static inline int nla_put_string(struct sk_buff *skb, int attrtype, in nla_put_string()
813 static inline int nla_put_flag(struct sk_buff *skb, int attrtype) in nla_put_flag()
824 static inline int nla_put_msecs(struct sk_buff *skb, int attrtype, in nla_put_msecs()
831 #define NLA_PUT(skb, attrtype, attrlen, data) \ argument
[all …]
Dgarp.h14 u8 attrtype; member
/include/linux/
Drtnetlink.h635 #define RTA_PUT(skb, attrtype, attrlen, data) \ argument
650 #define RTA_PUT_U8(skb, attrtype, value) \ argument
654 #define RTA_PUT_U16(skb, attrtype, value) \ argument
658 #define RTA_PUT_U32(skb, attrtype, value) \ argument
662 #define RTA_PUT_U64(skb, attrtype, value) \ argument
666 #define RTA_PUT_SECS(skb, attrtype, value) \ argument
669 #define RTA_PUT_MSECS(skb, attrtype, value) \ argument
672 #define RTA_PUT_STRING(skb, attrtype, value) \ argument
675 #define RTA_PUT_FLAG(skb, attrtype) \ argument
732 __rta_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __rta_reserve()
[all …]