Lines Matching refs:socket
40 struct socket **sockp);
44 struct socket **sockp);
47 struct socket **sockp) in udp_sock_create6()
55 struct socket **sockp) in udp_sock_create()
85 void setup_udp_tunnel_sock(struct net *net, struct socket *sock,
117 void udp_tunnel_push_rx_port(struct net_device *dev, struct socket *sock,
119 void udp_tunnel_drop_rx_port(struct net_device *dev, struct socket *sock,
121 void udp_tunnel_notify_add_rx_port(struct socket *sock, unsigned short type);
122 void udp_tunnel_notify_del_rx_port(struct socket *sock, unsigned short type);
151 void udp_tunnel_sock_release(struct socket *sock);
166 static inline void udp_tunnel_encap_enable(struct socket *sock) in udp_tunnel_encap_enable()