Searched refs:attrtype (Results 1 – 7 of 7) sorted by relevance
/include/net/ |
D | netlink.h | 441 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype); 447 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen); 448 struct nlattr *__nla_reserve_64bit(struct sk_buff *skb, int attrtype, 451 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen); 452 struct nlattr *nla_reserve_64bit(struct sk_buff *skb, int attrtype, 455 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, 457 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, 460 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data); 461 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, 739 int hdrlen, int attrtype) in nlmsg_find_attr() argument [all …]
|
D | ife.h | 14 void *ife_tlv_meta_decode(void *skbdata, const void *ifehdr_end, u16 *attrtype, 16 int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, 33 static inline void *ife_tlv_meta_decode(void *skbdata, u16 *attrtype, u16 *dlen, in ife_tlv_meta_decode() argument 39 static inline int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, in ife_tlv_meta_encode() argument
|
D | garp.h | 15 u8 attrtype; member
|
D | mrp.h | 12 u8 attrtype; member
|
D | vxlan.h | 464 static inline void vxlan_flag_attr_error(int attrtype, in vxlan_flag_attr_error() argument 472 switch (attrtype) { in vxlan_flag_attr_error()
|
/include/linux/ |
D | sock_diag.h | 34 struct sk_buff *skb, int attrtype);
|
D | genl_magic_struct.h | 66 static inline int nla_put_u64_0pad(struct sk_buff *skb, int attrtype, u64 value) in nla_put_u64_0pad() argument 68 return nla_put_64bit(skb, attrtype, sizeof(u64), &value, 0); in nla_put_u64_0pad()
|