Searched refs:sock (Results 251 - 275 of 1088) sorted by last modified time

<<11121314151617181920>>

/linux-master/fs/dlm/
H A Dconfig.c20 #include <net/sock.h>
/linux-master/fs/afs/
H A Dinternal.h25 #include <net/sock.h>
1248 static inline struct afs_net *afs_sock2net(struct sock *sk)
/linux-master/drivers/vhost/
H A Dnet.c33 #include <net/sock.h>
341 static bool vhost_sock_zcopy(struct socket *sock) argument
344 sock_flag(sock->sk, SOCK_ZEROCOPY);
347 static bool vhost_sock_xdp(struct socket *sock) argument
349 return sock_flag(sock->sk, SOCK_XDP);
443 struct socket *sock; local
445 sock = vhost_vq_get_backend(vq);
446 if (!sock)
449 return vhost_poll_start(poll, sock->file);
466 struct socket *sock,
464 vhost_tx_batch(struct vhost_net *net, struct vhost_net_virtqueue *nvq, struct socket *sock, struct msghdr *msghdr) argument
501 sock_has_rx_data(struct socket *sock) argument
531 struct socket *sock; local
668 struct socket *sock = vhost_vq_get_backend(vq); local
741 handle_tx_copy(struct vhost_net *net, struct socket *sock) argument
831 handle_tx_zerocopy(struct vhost_net *net, struct socket *sock) argument
944 struct socket *sock; local
1110 struct socket *sock; local
1336 struct socket *sock; local
1404 struct socket *sock = sockfd_lookup(fd, &r); local
1442 struct socket *sock; local
1457 struct socket *sock; local
1473 struct socket *sock, *oldsock; local
[all...]
/linux-master/drivers/target/
H A Dtarget_core_device.c25 #include <net/sock.h>
/linux-master/drivers/scsi/
H A Dscsi_transport_iscsi.c1602 static struct sock *nls;
H A Discsi_tcp.c39 #include <trace/events/sock.h>
116 static inline int iscsi_sw_sk_state_check(struct sock *sk)
134 struct sock *sk = tcp_sw_conn->sock->sk;
161 struct sock *sk = tcp_sw_conn->sock->sk;
168 static void iscsi_sw_tcp_data_ready(struct sock *sk)
192 static void iscsi_sw_tcp_state_change(struct sock *sk)
197 void (*old_state_change)(struct sock *);
221 static void iscsi_sw_tcp_write_space(struct sock *s
636 struct socket *sock = tcp_sw_conn->sock; local
689 struct socket *sock = tcp_sw_conn->sock; local
716 struct socket *sock; local
798 struct socket *sock; local
857 struct socket *sock; local
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dqmi.c3255 ret = kernel_connect(qmi_hdl->sock, (struct sockaddr *)sq,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dqmi.c3168 ret = kernel_connect(qmi_hdl->sock, (struct sockaddr *)sq,
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c86 if (inet_sk(vs->sock->sk)->inet_sport == port &&
89 vs->sock->sk->sk_bound_dev_if == ifindex)
678 static struct vxlanhdr *vxlan_gro_prepare_receive(struct sock *sk,
728 static struct sk_buff *vxlan_gro_receive(struct sock *sk,
744 static struct sk_buff *vxlan_gpe_gro_receive(struct sock *sk,
770 static int vxlan_gro_complete(struct sock *sk, struct sk_buff *skb, int nhoff)
778 static int vxlan_gpe_gro_complete(struct sock *sk, struct sk_buff *skb, int nhoff)
1509 vn = net_generic(sock_net(vs->sock->sk), vxlan_net_id);
1512 udp_tunnel_notify_del_rx_port(vs->sock,
1539 udp_tunnel_sock_release(sock4->sock);
3502 struct socket *sock; local
3536 struct socket *sock; local
[all...]
/linux-master/drivers/net/
H A Dvrf.c432 static int vrf_ip6_local_out(struct net *net, struct sock *sk,
512 static int vrf_ip_local_out(struct net *net, struct sock *sk,
641 static int vrf_finish_output6(struct net *net, struct sock *sk,
675 static int vrf_output6(struct net *net, struct sock *sk, struct sk_buff *skb)
715 static int vrf_output6_direct_finish(struct net *net, struct sock *sk,
723 static int vrf_output6_direct(struct net *net, struct sock *sk,
740 static int vrf_ip6_out_direct_finish(struct net *net, struct sock *sk,
753 struct sock *sk,
774 struct sock *sk,
843 struct sock *s
[all...]
H A Dvsockmon.c7 #include <net/sock.h>
H A Dtun.c64 #include <net/sock.h>
132 struct sock sk;
1412 struct sock *sk = tfile->socket.sk;
1424 struct sock *sk;
1515 struct sock *sk = tfile->socket.sk;
2411 static void tun_sock_write_space(struct sock *sk)
2556 static int tun_sendmsg(struct socket *sock, struct msghdr *m, size_t total_len) argument
2559 struct tun_file *tfile = container_of(sock, struct tun_file, socket);
2608 static int tun_recvmsg(struct socket *sock, struct msghdr *m, size_t total_len, argument
2611 struct tun_file *tfile = container_of(sock, struc
2660 tun_peek_len(struct socket *sock) argument
[all...]
H A Dtap.c24 #include <net/sock.h>
140 * There may still be references to the struct sock inside of the
491 static void tap_sock_write_space(struct sock *sk)
504 static void tap_sock_destruct(struct sock *sk)
533 init_waitqueue_head(&q->sock.wq.wait);
534 q->sock.type = SOCK_RAW;
535 q->sock.state = SS_CONNECTED;
536 q->sock.file = file;
537 q->sock.ops = &tap_socket_ops;
538 sock_init_data_uid(&q->sock,
1231 tap_sendmsg(struct socket *sock, struct msghdr *m, size_t total_len) argument
1252 tap_recvmsg(struct socket *sock, struct msghdr *m, size_t total_len, int flags) argument
1270 tap_peek_len(struct socket *sock) argument
[all...]
H A Dpfcp.c21 struct socket *sock; member in struct:pfcp_dev
51 static int pfcp_encap_recv(struct sock *sk, struct sk_buff *skb)
107 udp_tunnel_sock_release(pfcp->sock);
108 pfcp->sock = NULL;
162 struct socket *sock; local
167 err = udp_sock_create(net, &udp_conf, &sock);
175 setup_udp_tunnel_sock(net, sock, &tuncfg);
177 return sock;
182 pfcp->sock = pfcp_create_sock(pfcp);
184 return PTR_ERR_OR_ZERO(pfcp->sock);
[all...]
H A Dmacsec.c18 #include <net/sock.h>
H A Dloopback.c48 #include <net/sock.h>
H A Dgtp.c63 struct sock *sk;
74 struct sock *sk0;
75 struct sock *sk1u;
346 const struct sock *sk,
362 const struct sock *sk,
845 static void __gtp_encap_destroy(struct sock *sk)
865 static void gtp_encap_destroy(struct sock *sk)
872 static void gtp_encap_disable_sock(struct sock *sk)
897 static int gtp_encap_recv(struct sock *sk, struct sk_buff *skb)
985 struct sock *s
1401 struct socket *sock; local
1644 struct socket *sock; local
[all...]
H A Dgeneve.c82 struct socket *sock; member in struct:geneve_sock
128 return gs->sock->sk->sk_family;
361 static int geneve_udp_encap_recv(struct sock *sk, struct sk_buff *skb)
411 static int geneve_udp_encap_err_lookup(struct sock *sk, struct sk_buff *skb)
466 struct socket *sock; local
484 err = udp_sock_create(net, &udp_conf, &sock);
488 udp_allow_gso(sock->sk);
489 return sock;
497 static struct sk_buff *geneve_gro_receive(struct sock *sk,
557 static int geneve_gro_complete(struct sock *s
589 struct socket *sock; local
[all...]
/linux-master/drivers/net/hyperv/
H A Dnetvsc_drv.c33 #include <net/sock.h>
253 struct sock *sk = skb->sk;
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c481 struct sock *sk = skb->sk;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_stats.c35 #include <net/sock.h>
H A Dmacsec_stats.c5 #include <net/sock.h>
H A Dipsec_stats.c35 #include <net/sock.h>
H A Dfs_tcp.h13 struct sock *sk, u32 tirn,
20 struct sock *sk, u32 tirn,
H A Dfs_tcp.c29 static void accel_fs_tcp_set_ipv4_flow(struct mlx5_flow_spec *spec, struct sock *sk)
48 static void accel_fs_tcp_set_ipv6_flow(struct mlx5_flow_spec *spec, struct sock *sk)
75 struct sock *sk, u32 tirn,

Completed in 303 milliseconds

<<11121314151617181920>>