sock_fprog        383 include/linux/filter.h int sk_attach_filter(struct sock_fprog *fprog, struct sock *sk);
sock_fprog         54 include/uapi/linux/if_tun.h #define TUNATTACHFILTER _IOW('T', 213, struct sock_fprog)
sock_fprog         55 include/uapi/linux/if_tun.h #define TUNDETACHFILTER _IOW('T', 214, struct sock_fprog)
sock_fprog         60 include/uapi/linux/if_tun.h #define TUNGETFILTER _IOR('T', 219, struct sock_fprog)
sock_fprog        101 include/uapi/linux/ppp-ioctl.h #define PPPIOCSPASS	_IOW('t', 71, struct sock_fprog) /* set pass filter */
sock_fprog        102 include/uapi/linux/ppp-ioctl.h #define PPPIOCSACTIVE	_IOW('t', 70, struct sock_fprog) /* set active filt */