Searched refs:buf_t (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_cls_redirect.c | 136 } buf_t; typedef 138 static __always_inline size_t buf_off(const buf_t *buf) in buf_off() 158 static __always_inline bool buf_copy(buf_t *buf, void *dst, size_t len) in buf_copy() 168 static __always_inline bool buf_skip(buf_t *buf, const size_t len) in buf_skip() 186 static __always_inline void *buf_assign(buf_t *buf, const size_t len, void *scratch) in buf_assign() 201 static INLINING bool pkt_skip_ipv4_options(buf_t *buf, const struct iphdr *ipv4) in pkt_skip_ipv4_options() 216 static __always_inline struct iphdr *pkt_parse_ipv4(buf_t *pkt, struct iphdr *scratch) in pkt_parse_ipv4() 235 static INLINING bool pkt_parse_icmp_l4_ports(buf_t *pkt, flow_ports_t *ports) in pkt_parse_icmp_l4_ports() 282 bool pkt_skip_ipv6_extension_headers(buf_t *pkt, in pkt_skip_ipv6_extension_headers() 351 pkt_parse_ipv6(buf_t *pkt, struct ipv6hdr *scratch, uint8_t *proto, in pkt_parse_ipv6() [all …]
|
/linux/drivers/misc/mchp_pci1xxxx/ |
H A D | mchp_pci1xxxx_otpe2p.c | 121 void *buf_t, size_t count) in pci1xxxx_eeprom_read() argument 125 char *buf = buf_t; in pci1xxxx_eeprom_read() 216 void *buf_t, size_t count) in pci1xxxx_otp_read() argument 220 char *buf = buf_t; in pci1xxxx_otp_read()
|