Searched refs:bind_port (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/net/ |
H A D | reuseaddr_ports_exhausted.c | 54 int bind_port(struct __test_metadata *_metadata, int reuseaddr, int reuseport) in bind_port() function 90 fd[j] = bind_port(_metadata, opts->reuseaddr[j], opts->reuseport[j]); in TEST() 110 fd[j] = bind_port(_metadata, opts->reuseaddr[j], opts->reuseport[j]); in TEST() 139 fd[j] = bind_port(_metadata, opts->reuseaddr[j], opts->reuseport[j]); in TEST()
|
/linux/include/trace/events/ |
H A D | sctp.h | 61 __field(__u16, bind_port) 73 __entry->bind_port = ep->base.bind_addr.port; 82 __entry->asoc, __entry->mark, __entry->bind_port,
|
/linux/tools/testing/vsock/ |
H A D | util.h | 47 unsigned int bind_port, int type);
|
H A D | util.c | 100 int vsock_bind_connect(unsigned int cid, unsigned int port, unsigned int bind_port, int type) in vsock_bind_connect() argument 105 .svm_port = bind_port, in vsock_bind_connect()
|