Home
last modified time | relevance | path

Searched refs:NFPROTO_UNSPEC (Results 1 – 25 of 55) sorted by relevance

123

/linux/net/netfilter/
H A Dxt_NFQUEUE.c113 .family = NFPROTO_UNSPEC,
121 .family = NFPROTO_UNSPEC,
130 .family = NFPROTO_UNSPEC,
139 .family = NFPROTO_UNSPEC,
H A Dnft_tproxy.c167 case NFPROTO_UNSPEC: in nft_tproxy_eval()
176 case NFPROTO_UNSPEC: in nft_tproxy_eval()
223 if (priv->family == NFPROTO_UNSPEC && tb[NFTA_TPROXY_REG_ADDR]) in nft_tproxy_init()
241 case NFPROTO_UNSPEC: in nft_tproxy_init()
287 case NFPROTO_UNSPEC: in nft_tproxy_destroy()
H A Dnf_log.c49 if (pf == NFPROTO_UNSPEC || pf >= ARRAY_SIZE(net->nf.nf_loggers)) in nf_log_set()
89 if (pf == NFPROTO_UNSPEC) { in nf_log_register()
90 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) { in nf_log_register()
96 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) in nf_log_register()
397 static char nf_log_sysctl_fnames[NFPROTO_NUMPROTO-NFPROTO_UNSPEC][3];
474 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) { in netfilter_log_sysctl_init()
492 for (i = NFPROTO_UNSPEC; i < NFPROTO_NUMPROTO; i++) in netfilter_log_sysctl_init()
H A Dxt_nfacct.c61 .family = NFPROTO_UNSPEC,
72 .family = NFPROTO_UNSPEC,
H A Dxt_cgroup.c169 .family = NFPROTO_UNSPEC,
181 .family = NFPROTO_UNSPEC,
195 .family = NFPROTO_UNSPEC,
H A Dxt_bpf.c121 .family = NFPROTO_UNSPEC,
132 .family = NFPROTO_UNSPEC,
H A Dx_tables.c81 [NFPROTO_UNSPEC] = "x",
219 if (af != NFPROTO_UNSPEC) in xt_find_match()
221 return xt_find_match(NFPROTO_UNSPEC, name, revision); in xt_find_match()
268 if (af != NFPROTO_UNSPEC) in xt_find_target()
270 return xt_find_target(NFPROTO_UNSPEC, name, revision); in xt_find_target()
364 if (af != NFPROTO_UNSPEC && !have_rev) in match_revfn()
365 return match_revfn(NFPROTO_UNSPEC, name, revision, bestp); in match_revfn()
386 if (af != NFPROTO_UNSPEC && !have_rev) in target_revfn()
387 return target_revfn(NFPROTO_UNSPEC, name, revision, bestp); in target_revfn()
1597 mutex_lock(&xt[NFPROTO_UNSPEC].mutex); in xt_mttg_seq_next()
[all …]
H A Dxt_conntrack.c286 .family = NFPROTO_UNSPEC,
296 .family = NFPROTO_UNSPEC,
306 .family = NFPROTO_UNSPEC,
H A Dxt_comment.c29 .family = NFPROTO_UNSPEC,
H A Dxt_realm.c36 .family = NFPROTO_UNSPEC,
H A Dxt_cpu.c43 .family = NFPROTO_UNSPEC,
H A Dxt_mac.c44 .family = NFPROTO_UNSPEC,
H A Dxt_pkttype.c44 .family = NFPROTO_UNSPEC,
H A Dxt_state.c56 .family = NFPROTO_UNSPEC,
H A Dxt_devgroup.c64 .family = NFPROTO_UNSPEC,
H A Dxt_quota.c72 .family = NFPROTO_UNSPEC,
H A Dxt_helper.c77 .family = NFPROTO_UNSPEC,
H A Dxt_mark.c76 .family = NFPROTO_UNSPEC,
H A Dxt_string.c73 .family = NFPROTO_UNSPEC,
H A Dxt_statistic.c79 .family = NFPROTO_UNSPEC,
H A Dxt_connlabel.c83 .family = NFPROTO_UNSPEC,
H A Dxt_physdev.c121 .family = NFPROTO_UNSPEC,
/linux/include/uapi/linux/
H A Dnetfilter.h59 NFPROTO_UNSPEC = 0, enumerator
/linux/net/sched/
H A Dem_ipt.c219 if (nfproto == NFPROTO_UNSPEC) in em_ipt_match()
225 if (nfproto == NFPROTO_UNSPEC) in em_ipt_match()
/linux/net/netfilter/ipset/
H A Dip_set_bitmap_port.c243 set->family = NFPROTO_UNSPEC; in init_map_port()
292 .family = NFPROTO_UNSPEC,

123