Home
last modified time | relevance | path

Searched refs:attrtype (Results 1 – 7 of 7) sorted by relevance

/include/net/
Dnetlink.h441 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 …]
Dife.h14 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
Dgarp.h15 u8 attrtype; member
Dmrp.h12 u8 attrtype; member
Dvxlan.h464 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/
Dsock_diag.h34 struct sk_buff *skb, int attrtype);
Dgenl_magic_struct.h66 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()