Home
last modified time | relevance | path

Searched refs:buf_t (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.c132 } buf_t; typedef
134 static __always_inline size_t buf_off(const buf_t *buf) in buf_off()
154 static __always_inline bool buf_copy(buf_t *buf, void *dst, size_t len) in buf_copy()
164 static __always_inline bool buf_skip(buf_t *buf, const size_t len) in buf_skip()
182 static __always_inline void *buf_assign(buf_t *buf, const size_t len, void *scratch) in buf_assign()
197 static INLINING bool pkt_skip_ipv4_options(buf_t *buf, const struct iphdr *ipv4) in pkt_skip_ipv4_options()
212 static __always_inline struct iphdr *pkt_parse_ipv4(buf_t *pkt, struct iphdr *scratch) in pkt_parse_ipv4()
231 static INLINING bool pkt_parse_icmp_l4_ports(buf_t *pkt, flow_ports_t *ports) in pkt_parse_icmp_l4_ports()
278 bool pkt_skip_ipv6_extension_headers(buf_t *pkt, in pkt_skip_ipv6_extension_headers()
347 pkt_parse_ipv6(buf_t *pkt, struct ipv6hdr *scratch, uint8_t *proto, in pkt_parse_ipv6()
[all …]
/OK3568_Linux_fs/buildroot/package/easyframes/
H A D0002-Fix-different-compiling-issues.patch49 @@ -212,7 +213,9 @@ buf_t *parse_bytes(const char *s, int bytes) {
60 @@ -313,6 +316,7 @@ buf_t *parse_bytes(const char *s, int bytes) {
68 @@ -334,7 +338,7 @@ buf_t *parse_bytes(const char *s, int bytes) {
83 void bset_value(buf_t *b, uint8_t v);