Lines Matching refs:socket
41 struct socket **sockp);
45 struct socket **sockp);
48 struct socket **sockp) in udp_sock_create6()
56 struct socket **sockp) in udp_sock_create()
89 void setup_udp_tunnel_sock(struct net *net, struct socket *sock,
122 void udp_tunnel_push_rx_port(struct net_device *dev, struct socket *sock,
124 void udp_tunnel_drop_rx_port(struct net_device *dev, struct socket *sock,
126 void udp_tunnel_notify_add_rx_port(struct socket *sock, unsigned short type);
127 void udp_tunnel_notify_del_rx_port(struct socket *sock, unsigned short type);
154 void udp_tunnel_sock_release(struct socket *sock);
169 static inline void udp_tunnel_encap_enable(struct socket *sock) in udp_tunnel_encap_enable()