Searched refs:active_filter (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Ddemand.c97 set_filters(&pass_filter, &active_filter);
259 * We apply the active_filter to see if we want this packet to
341 if (active_filter.bf_len != 0
342 && bpf_filter(active_filter.bf_insns, p, len, len) == 0)
H A Doptions.c94 struct bpf_program active_filter; /* Filter program for link-active pkts */ variable in typeref:struct:bpf_program
1395 if (pcap_compile(&pc, &active_filter, *argv, 1, netmask) == 0)
H A Dpppd.h278 extern struct bpf_program active_filter; /* Filter for link-active pkts */
H A Dauth.c561 set_filters(&pass_filter, &active_filter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dcx2341x.c1430 int active_filter; local
1440 active_filter = hdl->video_spatial_filter_mode->val !=
1442 v4l2_ctrl_activate(hdl->video_spatial_filter, active_filter);
1443 v4l2_ctrl_activate(hdl->video_luma_spatial_filter_type, active_filter);
1444 v4l2_ctrl_activate(hdl->video_chroma_spatial_filter_type, active_filter);
1445 active_filter = hdl->video_temporal_filter_mode->val !=
1447 v4l2_ctrl_activate(hdl->video_temporal_filter, active_filter);
1448 active_filter = hdl->video_median_filter_type->val !=
1450 v4l2_ctrl_activate(hdl->video_luma_median_filter_bottom, active_filter);
1451 v4l2_ctrl_activate(hdl->video_luma_median_filter_top, active_filter);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Ddemand.c103 set_filters(&pass_filter, &active_filter);
295 * We apply the active_filter to see if we want this packet to
383 || (active_filter.bf_len != 0
384 && bpf_filter(active_filter.bf_insns, p, len, len) == 0)) {
H A Doptions.c141 struct bpf_program active_filter; /* Filter program for link-active pkts */ variable in typeref:struct:bpf_program
1495 if (pcap_compile(pc, &active_filter, *argv, 1, netmask) == -1) {
H A Dpppd.h346 extern struct bpf_program active_filter; /* Filter for link-active pkts */
H A Dauth.c874 set_filters(&pass_filter, &active_filter);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Disdn_ppp.h236 struct sock_filter *active_filter; /* filter for pkts to reset idle */ member in struct:ippp_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_ppp.c326 is->active_filter = NULL;
383 kfree(is->active_filter);
384 is->active_filter = NULL;
647 kfree(is->active_filter);
648 is->active_filter = code;
1156 if (!(is->active_filter
1157 && sk_run_filter(skb, is->active_filter,
1303 if (!(ipt->active_filter
1304 && sk_run_filter(skb, ipt->active_filter,
1496 drop |= is->active_filter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_generic.c139 struct sock_filter *active_filter;/* filter for pkts to reset idle */ member in struct:ppp
961 kfree(ppp->active_filter);
962 ppp->active_filter = code;
1361 if (!(ppp->active_filter &&
1362 sk_run_filter(skb, ppp->active_filter,
2011 if (ppp->pass_filter || ppp->active_filter) {
2026 if (!(ppp->active_filter &&
2027 sk_run_filter(skb, ppp->active_filter,
2991 kfree(ppp->active_filter);
2992 ppp->active_filter
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h332 extern struct bpf_program active_filter; /* Filter for link-active pkts */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dpppd.h279 extern struct bpf_program active_filter; /* Filter for link-active pkts */

Completed in 131 milliseconds