Searched refs:bind_port (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/trace/events/
H A Dsctp.h61 __field(__u16, bind_port)
73 __entry->bind_port = ep->base.bind_addr.port;
80 TP_printk("asoc=%#llx mark=%#x bind_port=%d peer_port=%d pathmtu=%d "
82 __entry->asoc, __entry->mark, __entry->bind_port,
/linux-master/tools/testing/selftests/net/
H A Dreuseaddr_ports_exhausted.c54 int bind_port(struct __test_metadata *_metadata, int reuseaddr, int reuseport) function
90 fd[j] = bind_port(_metadata, opts->reuseaddr[j], opts->reuseport[j]);
110 fd[j] = bind_port(_metadata, opts->reuseaddr[j], opts->reuseport[j]);
139 fd[j] = bind_port(_metadata, opts->reuseaddr[j], opts->reuseport[j]);
/linux-master/tools/testing/vsock/
H A Dutil.h44 unsigned int bind_port, int type);
H A Dutil.c99 /* Bind to <bind_port>, connect to <cid, port> and return the file descriptor. */
100 int vsock_bind_connect(unsigned int cid, unsigned int port, unsigned int bind_port, int type) argument
105 .svm_port = bind_port,

Completed in 182 milliseconds