Searched refs:buf_t (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_cls_redirect.c | 133 } buf_t; typedef 135 static __always_inline size_t buf_off(const buf_t *buf) in buf_off() 155 static __always_inline bool buf_copy(buf_t *buf, void *dst, size_t len) in buf_copy() 165 static __always_inline bool buf_skip(buf_t *buf, const size_t len) in buf_skip() 183 static __always_inline void *buf_assign(buf_t *buf, const size_t len, void *scratch) in buf_assign() 198 static INLINING bool pkt_skip_ipv4_options(buf_t *buf, const struct iphdr *ipv4) in pkt_skip_ipv4_options() 213 static __always_inline struct iphdr *pkt_parse_ipv4(buf_t *pkt, struct iphdr *scratch) in pkt_parse_ipv4() 232 static INLINING bool pkt_parse_icmp_l4_ports(buf_t *pkt, flow_ports_t *ports) in pkt_parse_icmp_l4_ports() 279 bool pkt_skip_ipv6_extension_headers(buf_t *pkt, in pkt_skip_ipv6_extension_headers() 348 pkt_parse_ipv6(buf_t *pkt, struct ipv6hdr *scratch, uint8_t *proto, in pkt_parse_ipv6() [all …]
|
/Linux-v6.6/drivers/misc/mchp_pci1xxxx/ |
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() 218 void *buf_t, size_t count) in pci1xxxx_otp_read() argument 222 char *buf = buf_t; in pci1xxxx_otp_read()
|