Lines Matching refs:ipver
2483 uint8_t ipver, void *src_ip, void *dst_ip, uint16_t sport, uint16_t dport, in sktu_create_tcp_frames() argument
2503 if (ipver == IPVERSION) { in sktu_create_tcp_frames()
2523 if (ipver == IPVERSION) { in sktu_create_tcp_frames()
2540 uint8_t ipver, void *src_ip, void *dst_ip, uint16_t sport, uint16_t dport, in sktu_create_udp_frames() argument
2555 if (ipver == IPVERSION) { in sktu_create_udp_frames()
2588 if (ipver == IPVERSION) { in sktu_create_udp_frames()
2617 n = sktu_create_udp_frames(frames, n, flow->ipver, flow->dst_ip, in _sktu_create_udp_flow_input_frames()
2629 n = sktu_create_udp_frames(frames, n, flow->ipver, flow->src_ip, in _sktu_create_udp_flow_output_frames()
2640 n = sktu_create_tcp_frames(frames, n, flow->ipver, flow->dst_ip, in _sktu_create_tcp_flow_input_frames()
2652 n = sktu_create_tcp_frames(frames, n, flow->ipver, flow->src_ip, in _sktu_create_tcp_flow_output_frames()
2735 flow->ipver = IPVERSION; in _sktu_create_nexus_flow()
2747 flow->ipver = IPV6_VERSION; in _sktu_create_nexus_flow()