Lines Matching defs:vip
88 printf(" -a <vip-service-address> IPv4 or IPv6\n");
89 printf(" -p <vip-service-port> A port range (e.g. 433-444) is also allowed\n");
167 struct vip vip = {};
173 vip.protocol = IPPROTO_TCP;
190 vip.family = parse_ipstr(optarg, vip.daddr.v6);
191 if (vip.family == AF_UNSPEC)
199 vip.protocol = atoi(optarg);
289 vip.dport = htons(min_port++);
290 if (bpf_map_update_elem(vip2tnl_map_fd, &vip, &tnl,