Home
last modified time | relevance | path

Searched refs:sock_fprog (Results 1 – 16 of 16) sorted by relevance

/linux-2.4.37.9/include/linux/
Dfilter.h27 struct sock_fprog /* Required for SO_ATTACH_FILTER. */ struct
137 extern int sk_attach_filter(struct sock_fprog *fprog, struct sock *sk);
Dif_ppp.h133 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog) /* set pass filter */
134 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */
Disdn_ppp.h230 struct sock_fprog pass_filter; /* filter for packets to pass */
231 struct sock_fprog active_filter; /* filter for pkts to reset idle */
/linux-2.4.37.9/net/core/
Dfilter.c460 int sk_attach_filter(struct sock_fprog *fprog, struct sock *sk) in sk_attach_filter()
Dsock.c392 if (optlen == sizeof(struct sock_fprog)) { in sock_setsockopt()
393 struct sock_fprog fprog; in sock_setsockopt()
/linux-2.4.37.9/drivers/net/
Dppp_generic.c129 struct sock_fprog pass_filter; /* filter for packets to pass */
130 struct sock_fprog active_filter;/* filter for pkts to reset idle */
656 struct sock_fprog uprog, *filtp; in ppp_ioctl()
/linux-2.4.37.9/arch/x86_64/ia32/
Dsocket32.c513 struct sock_fprog kfprog; in do_set_attach_filter()
Dia32_ioctl.c1557 struct sock_fprog *u_fprog64 = alloc_user_space(sizeof(struct sock_fprog)); in ppp_sock_fprog_ioctl_trans()
/linux-2.4.37.9/Documentation/networking/
Dppp_generic.txt419 option is selected. The argument should point to a sock_fprog
/linux-2.4.37.9/drivers/isdn/
Disdn_ppp.c611 struct sock_fprog uprog, *filtp; in isdn_ppp_ioctl()
/linux-2.4.37.9/arch/sparc64/kernel/
Dioctl32.c1622 struct sock_fprog *u_fprog64 = alloc_user_space(sizeof(struct sock_fprog)); in ppp_sock_fprog_ioctl_trans()
Dsys_sparc32.c2971 struct sock_fprog kfprog; in do_set_attach_filter()
/linux-2.4.37.9/arch/parisc/kernel/
Dsys_parisc32.c2320 struct sock_fprog kfprog; in do_set_attach_filter()
/linux-2.4.37.9/arch/mips64/kernel/
Dlinux32.c1505 struct sock_fprog kfprog; in do_set_attach_filter()
/linux-2.4.37.9/arch/ppc64/kernel/
Dsys_ppc32.c3227 struct sock_fprog kfprog; in sys32_setsockopt()
/linux-2.4.37.9/arch/s390x/kernel/
Dlinux32.c3042 struct sock_fprog kfprog; in do_set_attach_filter()