Searched defs:attrtype (Results 1 – 3 of 3) sorted by relevance
/include/net/ |
D | netlink.h | 385 int hdrlen, int attrtype) in nlmsg_find_attr() 718 nla_find_nested(const struct nlattr *nla, int attrtype) in nla_find_nested() 745 static inline int nla_put_u8(struct sk_buff *skb, int attrtype, u8 value) in nla_put_u8() 756 static inline int nla_put_u16(struct sk_buff *skb, int attrtype, u16 value) in nla_put_u16() 767 static inline int nla_put_be16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_be16() 778 static inline int nla_put_net16(struct sk_buff *skb, int attrtype, __be16 value) in nla_put_net16() 789 static inline int nla_put_le16(struct sk_buff *skb, int attrtype, __le16 value) in nla_put_le16() 800 static inline int nla_put_u32(struct sk_buff *skb, int attrtype, u32 value) in nla_put_u32() 811 static inline int nla_put_be32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_be32() 822 static inline int nla_put_net32(struct sk_buff *skb, int attrtype, __be32 value) in nla_put_net32() [all …]
|
D | garp.h | 14 u8 attrtype; member
|
D | mrp.h | 11 u8 attrtype; member
|