Home | History | Annotate | Download | only in linux

Lines Matching full:sock

181 	int		(*backlog_rcv)(struct sock *sk_udp, struct sk_buff *skb);
189 void (*data_ready)(struct sock *sk_raw, int length);
190 int (*backlog_rcv)(struct sock *sk_raw, struct sk_buff *skb);
193 #include <net/sock.h>
196 /* struct sock must be the first member of pppox_sock */
197 struct sock sk;
213 static inline struct pppox_sock *pppox_sk(struct sock *sk)
218 static inline struct sock *sk_pppox(struct pppox_sock *po)
220 return (struct sock *)po;
226 int (*create)(struct net *net, struct socket *sock);
227 int (*ioctl)(struct socket *sock, unsigned int cmd,
234 extern void pppox_unbind_sock(struct sock *sk);/* delete ppp-channel binding */
235 extern int pppox_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);