Lines Matching defs:data

59  *   nlmsg_attrdata(nlh, hdrlen)	head of attributes data
60 * nlmsg_attrlen(nlh, hdrlen) length of attributes data
94 * nla_put(skb, type, len, data) add attribute to skb
95 * nla_put_nohdr(skb, len, data) add attribute w/o hdr
96 * nla_append(skb, len, data) append data to skb
144 * nla_memcmp(nla, data, size) compare attribute with memory area
330 * only, and specifies special data about the policy, namely it
476 * extra data at the end of the message, attributes being longer than
478 * @NL_VALIDATE_TRAILING: Reject junk data encountered after attribute parsing.
524 int nla_memcmp(const struct nlattr *nla, const void *data, size_t size);
535 const void *data);
537 const void *data, int padattr);
538 void __nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
539 int nla_put(struct sk_buff *skb, int attrtype, int attrlen, const void *data);
541 const void *data, int padattr);
542 int nla_put_nohdr(struct sk_buff *skb, int attrlen, const void *data);
543 int nla_append(struct sk_buff *skb, int attrlen, const void *data);
595 * nlmsg_attrdata - head of attributes data
602 unsigned char *data = nlmsg_data(nlh);
603 return (struct nlattr *) (data + NLMSG_ALIGN(hdrlen));
607 * nlmsg_attrlen - length of attributes data
707 * exceeding maxtype will be rejected as well as trailing data, but the
949 * nlmsg_append - Add more data to a nlmsg in a skb
953 * Append data to an existing nlmsg, used when constructing a message
1037 WARN_ON((unsigned char *) mark < skb->data);
1038 skb_trim(skb, (unsigned char *) mark - skb->data);
1842 * Returns the total data length of the skb.
1915 * if the skb->data _is_ aligned. A NOP attribute, plus