Searched defs:attrtype (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | nlattr.c | 220 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find() 328 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __nla_reserve() 375 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in nla_reserve() 413 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put() 451 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) in nla_put()
|