Lines Matching refs:ipver
2462 uint8_t ipver, void *src_ip, void *dst_ip, uint16_t sport, uint16_t dport, in sktu_create_tcp_frames() argument
2482 if (ipver == IPVERSION) { in sktu_create_tcp_frames()
2502 if (ipver == IPVERSION) { in sktu_create_tcp_frames()
2519 uint8_t ipver, void *src_ip, void *dst_ip, uint16_t sport, uint16_t dport, in sktu_create_udp_frames() argument
2534 if (ipver == IPVERSION) { in sktu_create_udp_frames()
2567 if (ipver == IPVERSION) { in sktu_create_udp_frames()
2596 n = sktu_create_udp_frames(frames, n, flow->ipver, flow->dst_ip, in _sktu_create_udp_flow_input_frames()
2608 n = sktu_create_udp_frames(frames, n, flow->ipver, flow->src_ip, in _sktu_create_udp_flow_output_frames()
2619 n = sktu_create_tcp_frames(frames, n, flow->ipver, flow->dst_ip, in _sktu_create_tcp_flow_input_frames()
2631 n = sktu_create_tcp_frames(frames, n, flow->ipver, flow->src_ip, in _sktu_create_tcp_flow_output_frames()
2714 flow->ipver = IPVERSION; in _sktu_create_nexus_flow()
2726 flow->ipver = IPV6_VERSION; in _sktu_create_nexus_flow()