Lines Matching refs:sktu_frame

1686 sktu_channel_port_frame_to_pkt(channel_port_t port, struct sktu_frame *frame)  in sktu_channel_port_frame_to_pkt()
1842 sktu_channel_port_tx_burst(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_tx_burst()
1906 sktu_channel_port_tx_bulk(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_tx_bulk()
1918 sktu_parse_ipv4_frame(struct sktu_frame *frame, void *ip_payload, in sktu_parse_ipv4_frame()
1949 sktu_parse_tcp4_frame(struct sktu_frame *frame, void *tcp_payload, in sktu_parse_tcp4_frame()
1995 sktu_parse_udp4_frame(struct sktu_frame *frame, void *udp_payload, in sktu_parse_udp4_frame()
2050 struct sktu_frame *
2056 struct sktu_frame *frame; in sktu_channel_port_rx()
2121 sktu_channel_port_rx_burst(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_rx_burst()
2183 sktu_channel_port_rx_bulk(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_rx_bulk()
2200 sktu_utun_fd_rx_burst(int utun_fd, struct sktu_frame **frames, uint32_t n) in sktu_utun_fd_rx_burst()
2242 struct sktu_frame *frame = frames[i] = sktu_frame_alloc(); in sktu_utun_fd_rx_burst()
2251 sktu_utun_fd_tx_burst(int utun_fd, struct sktu_frame **frames, uint32_t n) in sktu_utun_fd_tx_burst()
2283 struct sktu_frame *frame = frames[i]; in sktu_utun_fd_tx_burst()
2313 struct sktu_frame *
2316 return malloc(sizeof(struct sktu_frame)); in sktu_frame_alloc()
2326 sktu_frames_free(struct sktu_frame **frames, size_t n) in sktu_frames_free()
2335 sktu_create_ip_frames(struct sktu_frame **frames, size_t n, in sktu_create_ip_frames()
2347 struct sktu_frame *frame = frames[i] = sktu_frame_alloc(); in sktu_create_ip_frames()
2403 sktu_create_ip6_frames(struct sktu_frame **frames, size_t n, in sktu_create_ip6_frames()
2415 struct sktu_frame *frame = frames[i] = sktu_frame_alloc(); in sktu_create_ip6_frames()
2482 sktu_create_tcp_frames(struct sktu_frame **frames, size_t n, in sktu_create_tcp_frames()
2539 sktu_create_udp_frames(struct sktu_frame **frames, size_t n, in sktu_create_udp_frames()
2605 struct sktu_frame **frames, size_t n_frames) in sktu_attach_flow_metadata_to_frames()
2608 struct sktu_frame *frame = frames[i]; in sktu_attach_flow_metadata_to_frames()
2615 struct sktu_frame **frames, size_t n, const void *data, size_t data_len) in _sktu_create_udp_flow_input_frames()
2626 struct sktu_frame **frames, size_t n, const void *data, size_t data_len, in _sktu_create_udp_flow_output_frames()
2638 struct sktu_frame **frames, size_t n, const void *data, size_t data_len) in _sktu_create_tcp_flow_input_frames()
2649 struct sktu_frame **frames, size_t n, const void *data, size_t data_len, in _sktu_create_tcp_flow_output_frames()
2661 struct sktu_frame **frames, size_t n, const void *data, size_t data_len) in _sktu_create_ip_flow_input_frames()
2671 struct sktu_frame **frames, size_t n, const void *data, in _sktu_create_ip_flow_output_frames()