Lines Matching refs:an
87 **sock_create** opening of an inet socket (since 4.10);
90 **bind4** call to bind(2) for an inet4 socket (since 4.17);
91 **bind6** call to bind(2) for an inet6 socket (since 4.17);
92 **post_bind4** return from bind(2) for an inet4 socket (since 4.17);
93 **post_bind6** return from bind(2) for an inet6 socket (since 4.17);
94 **connect4** call to connect(2) for an inet4 socket (since 4.17);
95 **connect6** call to connect(2) for an inet6 socket (since 4.17);
96 **sendmsg4** call to sendto(2), sendmsg(2), sendmmsg(2) for an
98 **sendmsg6** call to sendto(2), sendmsg(2), sendmmsg(2) for an
101 an unconnected udp4 socket (since 5.2);
103 an unconnected udp6 socket (since 5.2);
107 **getpeername4** call to getpeername(2) for an inet4 socket (since 5.8);
108 **getpeername6** call to getpeername(2) for an inet6 socket (since 5.8);
109 **getsockname4** call to getsockname(2) for an inet4 socket (since 5.8);
110 **getsockname6** call to getsockname(2) for an inet6 socket (since 5.8).
111 **sock_release** closing an userspace inet socket (since 5.9).