Searched refs:addraw_l (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/tc/ |
D | em_nbyte.c | 99 addraw_l(n, MAX_MSG, hdr, sizeof(*hdr)); in nbyte_parse_eopt() 100 addraw_l(n, MAX_MSG, &nb, sizeof(nb)); in nbyte_parse_eopt() 101 addraw_l(n, MAX_MSG, needle->data, needle->len); in nbyte_parse_eopt()
|
D | em_u32.c | 145 addraw_l(n, MAX_MSG, hdr, sizeof(*hdr)); in u32_parse_eopt() 146 addraw_l(n, MAX_MSG, &u_key, sizeof(u_key)); in u32_parse_eopt()
|
D | em_cmp.c | 137 addraw_l(n, MAX_MSG, hdr, sizeof(*hdr)); in cmp_parse_eopt() 138 addraw_l(n, MAX_MSG, &cmp, sizeof(cmp)); in cmp_parse_eopt()
|
D | m_ematch.c | 191 addraw_l(n, MAX_MSG, &hdr, sizeof(hdr)); in parse_tree() 192 addraw_l(n, MAX_MSG, &r, sizeof(r)); in parse_tree()
|
D | em_meta.c | 404 addraw_l(n, MAX_MSG, hdr, sizeof(*hdr)); in meta_parse_eopt()
|
/external/iproute2/include/ |
D | libnetlink.h | 55 extern int addraw_l(struct nlmsghdr *n, int maxlen, const void *data, int len);
|
/external/iproute2/lib/ |
D | libnetlink.c | 571 int addraw_l(struct nlmsghdr *n, int maxlen, const void *data, int len) in addraw_l() function
|