/kernel/linux/linux-6.6/net/rds/ |
H A D | ib.c | 369 static void rds_ib_ic_info(struct socket *sock, unsigned int len, in rds_ib_ic_info() argument 375 rds_for_each_conn_info(sock, len, iter, lens, in rds_ib_ic_info() 383 static void rds6_ib_ic_info(struct socket *sock, unsigned int len, in rds6_ib_ic_info() argument 389 rds_for_each_conn_info(sock, len, iter, lens, in rds6_ib_ic_info()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/bpf_testmod/ |
H A D | bpf_testmod.c | 354 __bpf_kfunc u64 bpf_kfunc_call_test1(struct sock *sk, u32 a, u64 b, u32 c, u64 d) in bpf_kfunc_call_test1() 359 __bpf_kfunc int bpf_kfunc_call_test2(struct sock *sk, u32 a, u32 b) in bpf_kfunc_call_test2() 364 __bpf_kfunc struct sock *bpf_kfunc_call_test3(struct sock *sk) in bpf_kfunc_call_test3()
|
/kernel/linux/linux-6.6/net/bridge/netfilter/ |
H A D | nf_conntrack_bridge.c | 27 static int nf_br_ip_fragment(struct net *net, struct sock *sk, in nf_br_ip_fragment() 30 int (*output)(struct net *, struct sock *sk, in nf_br_ip_fragment() 333 int (*output)(struct net *, struct sock *sk, in nf_ct_bridge_refrag() 380 static int nf_ct_bridge_refrag_post(struct net *net, struct sock *sk, in nf_ct_bridge_refrag_post()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | options.c | 48 int dccp_parse_options(struct sock *sk, struct dccp_request_sock *dreq, in dccp_parse_options() 309 static int dccp_insert_option_ndp(struct sock *sk, struct sk_buff *skb) in dccp_insert_option_ndp() 396 static int dccp_insert_option_ackvec(struct sock *sk, struct sk_buff *skb) in dccp_insert_option_ackvec() 549 int dccp_insert_options(struct sock *sk, struct sk_buff *skb) in dccp_insert_options()
|
/third_party/curl/lib/ |
H A D | socks_sspi.c | 70 curl_socket_t sock = conn->sock[cf->sockindex]; in Curl_SOCKS5_gssapi_negotiate() local 159 (void)curlx_nonblock(sock, FALSE); in Curl_SOCKS5_gssapi_negotiate() 603 (void)curlx_nonblock(sock, TRUE); in Curl_SOCKS5_gssapi_negotiate()
|
H A D | socks_gssapi.c | 110 curl_socket_t sock = conn->sock[cf->sockindex]; in Curl_SOCKS5_gssapi_negotiate() local 173 (void)curlx_nonblock(sock, FALSE); in Curl_SOCKS5_gssapi_negotiate() 522 (void)curlx_nonblock(sock, TRUE); in Curl_SOCKS5_gssapi_negotiate()
|
/third_party/libuv/src/unix/ |
H A D | tcp.c | 346 int uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock) { in uv_tcp_open() argument 349 if (uv__fd_exists(handle->loop, sock)) in uv_tcp_open() 352 err = uv__nonblock(sock, 1); in uv_tcp_open() 357 sock, in uv_tcp_open()
|
/third_party/libuv/src/win/ |
H A D | core.c | 356 SOCKET sock = loop->poll_peer_sockets[i]; in uv__loop_close() local 357 if (sock != 0 && sock != INVALID_SOCKET) in uv__loop_close() 358 closesocket(sock); in uv__loop_close()
|
/third_party/node/deps/uv/src/unix/ |
H A D | tcp.c | 271 int uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock) { in uv_tcp_open() argument 274 if (uv__fd_exists(handle->loop, sock)) in uv_tcp_open() 277 err = uv__nonblock(sock, 1); in uv_tcp_open() 282 sock, in uv_tcp_open()
|
/third_party/node/deps/uv/src/win/ |
H A D | core.c | 355 SOCKET sock = loop->poll_peer_sockets[i]; in uv__loop_close() local 356 if (sock != 0 && sock != INVALID_SOCKET) in uv__loop_close() 357 closesocket(sock); in uv__loop_close()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_windows_events.py | 245 sock = socket.socket(type=socket.SOCK_DGRAM) 248 proactor.connect(sock, bad_address) 250 proactor.sendto(sock, b'abc', addr=bad_address) 251 sock.close()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
H A D | l2_packet_linux.c | 154 void l2_packet_receive(int sock, void *eloop_ctx, void *sock_ctx) in l2_packet_receive() argument 164 res = recvfrom(sock, buf, sizeof(buf), 0, (struct sockaddr *) &ll, in l2_packet_receive() 227 static void l2_packet_receive_br(int sock, void *eloop_ctx, void *sock_ctx) in l2_packet_receive_br() argument 241 res = recvfrom(sock, buf, sizeof(buf), 0, (struct sockaddr *) &ll, in l2_packet_receive_br()
|
/foundation/communication/netmanager_base/services/netmanagernative/fwmarkclient/include/ |
H A D | fwmark_client.h | 50 int32_t HandleError(int32_t ret, int32_t errorCode, int32_t sock);
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | netlink_socket.h | 52 * @param sock Sock for read 57 int32_t GetInfoFromKernel(int32_t sock, uint16_t clearThing, uint32_t table);
|
/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/ |
H A D | multicast_membership_context.h | 43 void SetSocketFd(int sock);
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/include/ |
H A D | fillp_dfx.h | 43 void FillpDfxSockLinkAndQosNotify(const struct FtSocket *sock, FillpDfxLinkEvtType evtType);
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
H A D | spunge_stack.h | 40 void SpungEpollClose(struct FtSocket *sock);
|
/kernel/linux/common_modules/newip/src/linux-5.10/net/newip/ |
H A D | nip_hooks_register.c | 23 void nip_ninet_ehashfn(const struct sock *sk, u32 *ret) in nip_ninet_ehashfn()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_bpf_sk_storage_map.c | 23 struct sock *sk = ctx->sk; in dump_bpf_sk_storage_map()
|
/kernel/linux/linux-5.10/net/xdp/ |
H A D | xsk.h | 37 static inline struct xdp_sock *xdp_sk(struct sock *sk) in xdp_sk()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netfilter_ipv4.h | 19 int ip_route_me_harder(struct net *net, struct sock *sk, struct sk_buff *skb, unsigned addr_type);
|
/kernel/linux/linux-5.10/include/net/netfilter/ipv6/ |
H A D | nf_reject.h | 10 void nf_send_reset6(struct net *net, struct sock *sk, struct sk_buff *oldskb,
|
/kernel/linux/linux-5.10/include/net/netfilter/ipv4/ |
H A D | nf_reject.h | 11 void nf_send_reset(struct net *net, struct sock *, struct sk_buff *oldskb,
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | ulpqueue.h | 59 int sctp_clear_pd(struct sock *sk, struct sctp_association *asoc);
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | udp.h | 13 TP_PROTO(int rc, struct sock *sk),
|