Home
last modified time | relevance | path

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

/lib/
Dnlattr.c491 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find()
636 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __nla_reserve()
664 struct nlattr *__nla_reserve_64bit(struct sk_buff *skb, int attrtype, in __nla_reserve_64bit()
702 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in nla_reserve()
725 struct nlattr *nla_reserve_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_reserve_64bit()
770 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put()
791 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put_64bit()
829 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) in nla_put()
850 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_put_64bit()