Lines Matching defs:attrlen
375 int minlen = 0, attrlen = nla_len(nla), type = nla_type(nla); in validate_nla() local
840 int attrlen = nla_len(nla); in nla_strcmp() local
867 struct nlattr *__nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in __nla_reserve()
896 int attrlen, int padattr) in __nla_reserve_64bit()
914 void *__nla_reserve_nohdr(struct sk_buff *skb, int attrlen) in __nla_reserve_nohdr()
932 struct nlattr *nla_reserve(struct sk_buff *skb, int attrtype, int attrlen) in nla_reserve()
955 struct nlattr *nla_reserve_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_reserve_64bit()
981 void *nla_reserve_nohdr(struct sk_buff *skb, int attrlen) in nla_reserve_nohdr()
1000 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put()
1021 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put_64bit()
1040 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) in __nla_put_nohdr()
1059 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data) in nla_put()
1080 int nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in nla_put_64bit()
1106 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data) in nla_put_nohdr()
1125 int nla_append(struct sk_buff *skb, int attrlen, const void *data) in nla_append()