Lines Matching refs:sktu_frame
1665 sktu_channel_port_frame_to_pkt(channel_port_t port, struct sktu_frame *frame) in sktu_channel_port_frame_to_pkt()
1821 sktu_channel_port_tx_burst(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_tx_burst()
1885 sktu_channel_port_tx_bulk(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_tx_bulk()
1897 sktu_parse_ipv4_frame(struct sktu_frame *frame, void *ip_payload, in sktu_parse_ipv4_frame()
1928 sktu_parse_tcp4_frame(struct sktu_frame *frame, void *tcp_payload, in sktu_parse_tcp4_frame()
1974 sktu_parse_udp4_frame(struct sktu_frame *frame, void *udp_payload, in sktu_parse_udp4_frame()
2029 struct sktu_frame *
2035 struct sktu_frame *frame; in sktu_channel_port_rx()
2100 sktu_channel_port_rx_burst(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_rx_burst()
2162 sktu_channel_port_rx_bulk(channel_port_t port, struct sktu_frame **frames, in sktu_channel_port_rx_bulk()
2179 sktu_utun_fd_rx_burst(int utun_fd, struct sktu_frame **frames, uint32_t n) in sktu_utun_fd_rx_burst()
2221 struct sktu_frame *frame = frames[i] = sktu_frame_alloc(); in sktu_utun_fd_rx_burst()
2230 sktu_utun_fd_tx_burst(int utun_fd, struct sktu_frame **frames, uint32_t n) in sktu_utun_fd_tx_burst()
2262 struct sktu_frame *frame = frames[i]; in sktu_utun_fd_tx_burst()
2292 struct sktu_frame *
2295 return malloc(sizeof(struct sktu_frame)); in sktu_frame_alloc()
2305 sktu_frames_free(struct sktu_frame **frames, size_t n) in sktu_frames_free()
2314 sktu_create_ip_frames(struct sktu_frame **frames, size_t n, in sktu_create_ip_frames()
2326 struct sktu_frame *frame = frames[i] = sktu_frame_alloc(); in sktu_create_ip_frames()
2382 sktu_create_ip6_frames(struct sktu_frame **frames, size_t n, in sktu_create_ip6_frames()
2394 struct sktu_frame *frame = frames[i] = sktu_frame_alloc(); in sktu_create_ip6_frames()
2461 sktu_create_tcp_frames(struct sktu_frame **frames, size_t n, in sktu_create_tcp_frames()
2518 sktu_create_udp_frames(struct sktu_frame **frames, size_t n, in sktu_create_udp_frames()
2584 struct sktu_frame **frames, size_t n_frames) in sktu_attach_flow_metadata_to_frames()
2587 struct sktu_frame *frame = frames[i]; in sktu_attach_flow_metadata_to_frames()
2594 struct sktu_frame **frames, size_t n, const void *data, size_t data_len) in _sktu_create_udp_flow_input_frames()
2605 struct sktu_frame **frames, size_t n, const void *data, size_t data_len, in _sktu_create_udp_flow_output_frames()
2617 struct sktu_frame **frames, size_t n, const void *data, size_t data_len) in _sktu_create_tcp_flow_input_frames()
2628 struct sktu_frame **frames, size_t n, const void *data, size_t data_len, in _sktu_create_tcp_flow_output_frames()
2640 struct sktu_frame **frames, size_t n, const void *data, size_t data_len) in _sktu_create_ip_flow_input_frames()
2650 struct sktu_frame **frames, size_t n, const void *data, in _sktu_create_ip_flow_output_frames()