Searched refs:port_str (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/infiniband/core/ |
| H A D | cma_configfs.c | 220 char port_str[11]; in make_cma_ports() local 223 snprintf(port_str, sizeof(port_str), "%u", i + 1); in make_cma_ports() 226 port_str, in make_cma_ports()
|
| /linux/tools/testing/selftests/net/tcp_ao/lib/ |
| H A D | ftrace-tcp.c | 269 char *addr, *port_str; in tracer_scan_address() local 272 ret = tracer_ip_split(family, src, &addr, &port_str); in tracer_scan_address() 281 *port = (unsigned int)strtoul(port_str, NULL, 10); in tracer_scan_address() 283 test_print("Couldn't parse trace event port %s", port_str); in tracer_scan_address()
|
| /linux/samples/pktgen/ |
| H A D | functions.sh | 311 local port_str=$1 316 IFS="-" read -ra port_list <<< $port_str
|
| /linux/samples/bpf/ |
| H A D | xdp_tx_iptunnel_user.c | 113 static int parse_ports(const char *port_str, int *min_port, int *max_port) in parse_ports() argument 143 port_str, MAX_IPTNL_ENTRIES); in parse_ports()
|
| /linux/net/9p/ |
| H A D | trans_fd.c | 879 char port_str[6]; in p9_fd_create_tcp() local 890 sprintf(port_str, "%u", opts.port); in p9_fd_create_tcp() 892 port_str, &stor); in p9_fd_create_tcp()
|
| /linux/drivers/infiniband/ulp/srp/ |
| H A D | ib_srp.c | 3296 char *port_str; in srp_parse_in() local 3301 port_str = strrchr(addr, ':'); in srp_parse_in() 3302 if (port_str && strchr(port_str, ']')) in srp_parse_in() 3303 port_str = NULL; in srp_parse_in() 3304 if (port_str) in srp_parse_in() 3305 *port_str++ = '\0'; in srp_parse_in() 3307 *has_port = port_str != NULL; in srp_parse_in() 3308 ret = inet_pton_with_scope(net, AF_INET, addr, port_str, sa); in srp_parse_in() 3314 port_str, sa); in srp_parse_in()
|
| /linux/net/tipc/ |
| H A D | netlink_compat.c | 897 char port_str[27]; in tipc_nl_compat_name_table_dump() local 953 sprintf(port_str, "<%u.%u.%u:%u>", tipc_zone(node), tipc_cluster(node), in tipc_nl_compat_name_table_dump() 955 tipc_tlv_sprintf(msg->rep, "%-26s ", port_str); in tipc_nl_compat_name_table_dump()
|