/third_party/toybox/toys/pending/ |
H A D | route.c | 206 struct sockaddr sock; in get_next_params() local 211 get_hostname(*netmask, (struct sockaddr_in *) &sock); in get_next_params() 212 rt->rt_genmask = sock; in get_next_params()
|
/third_party/python/Lib/test/ |
H A D | test_urllib2net.py | 121 sock = response.fp 122 self.assertFalse(sock.closed) 124 self.assertTrue(sock.closed)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | net.h | 193 ssize_t (*network_send)(coap_socket_t *sock, const coap_session_t *session, const uint8_t *data, size_t datalen); 195 ssize_t (*network_read)(coap_socket_t *sock, struct coap_packet_t *packet);
|
/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/ |
H A D | local_socket_context.cpp | 33 void LocalSocketBaseContext::SetSocketFd(int sock) in SetSocketFd() argument 39 pMgr->sockfd_ = sock; in SetSocketFd()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_flow_control_alg0.c | 211 struct FtSocket *sock = FILLP_GET_SOCKET(pcb); in FillpAlg0PackStateProcess() local 230 FILLP_LOGDTL("fillp_sock_id:%d fcState:%u wrong", sock->index, alg->fcState); in FillpAlg0PackStateProcess()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/ |
H A D | coap_client.c | 199 if (needBind && BindToDevice(ep->sock.fd, sockIpPtr) != NSTACKX_EOK) { in CoapGetContextEx() 337 if (iterator->sock.fd == fd) { in IsCoapCtxEndpointSocket()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_tcp6.c | 50 static long sock_i_ino(const struct sock *sk) in sock_i_ino() 83 const struct sock *sp; in dump_tcp6_sock()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | netlink.c | 40 #include <net/sock.h> 315 struct sock *nls; in rdma_nl_net_init()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_tproxy.c | 31 struct sock *sk; in nft_tproxy_eval_v4() 95 struct sock *sk; in nft_tproxy_eval_v6()
|
H A D | xt_TPROXY.c | 41 struct sock *sk; in tproxy_tg4() 118 struct sock *sk; in tproxy_tg6_v1()
|
H A D | nf_queue.c | 49 static void nf_queue_sock_put(struct sock *sk) in nf_queue_sock_put() 193 struct sock *sk = skb->sk; in __nf_queue()
|
/kernel/linux/linux-5.10/net/x25/ |
H A D | x25_facilities.c | 24 #include <net/sock.h> 265 int x25_negotiate_facilities(struct sk_buff *skb, struct sock *sk, in x25_negotiate_facilities()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | proc.c | 166 struct sock *sk; in sctp_eps_seq_show() 248 struct sock *sk; in sctp_assocs_seq_show()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | peer_event.c | 16 #include <net/sock.h> 57 _net("Rx ICMP6 on v4 sock"); in rxrpc_lookup_peer_icmp_rcu() 80 _net("Rx ICMP on v6 sock"); in rxrpc_lookup_peer_icmp_rcu() 146 void rxrpc_error_report(struct sock *sk) in rxrpc_error_report()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | rfcomm.h | 156 struct socket *sock; member 361 int rfcomm_dev_ioctl(struct sock *sk, unsigned int cmd, void __user *arg);
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 395 extern long __sys_sendmsg_sock(struct socket *sock, struct msghdr *msg, 397 extern long __sys_recvmsg_sock(struct socket *sock, struct msghdr *msg,
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | signaling.c | 68 struct sock *sk; in sigd_send() 199 struct sock *s; in sigd_close()
|
/kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
H A D | packet_history.c | 314 u32 (*calc_first_li)(struct sock *), struct sock *sk) in tfrc_rx_handle_loss()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_forward.c | 33 int br_dev_queue_push_xmit(struct net *net, struct sock *sk, struct sk_buff *skb) in br_dev_queue_push_xmit() 62 int br_forward_finish(struct net *net, struct sock *sk, struct sk_buff *skb) in br_forward_finish()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | xfrm4_policy.c | 102 static void xfrm4_update_pmtu(struct dst_entry *dst, struct sock *sk, in xfrm4_update_pmtu() 112 static void xfrm4_redirect(struct dst_entry *dst, struct sock *sk, in xfrm4_redirect()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | xfrm6_policy.c | 106 static void xfrm6_update_pmtu(struct dst_entry *dst, struct sock *sk, in xfrm6_update_pmtu() 116 static void xfrm6_redirect(struct dst_entry *dst, struct sock *sk, in xfrm6_redirect()
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | electra_cf.c | 110 static int electra_cf_set_socket(struct pcmcia_socket *sock, in electra_cf_set_socket() argument 117 cf = container_of(sock, struct electra_cf_socket, socket); in electra_cf_set_socket()
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | rfcomm.h | 156 struct socket *sock; member 361 int rfcomm_dev_ioctl(struct sock *sk, unsigned int cmd, void __user *arg);
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | electra_cf.c | 110 static int electra_cf_set_socket(struct pcmcia_socket *sock, in electra_cf_set_socket() argument 117 cf = container_of(sock, struct electra_cf_socket, socket); in electra_cf_set_socket()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | netlink.c | 40 #include <net/sock.h> 315 struct sock *nls; in rdma_nl_net_init()
|