Searched defs:forward (Results 1 - 3 of 3) sorted by relevance

/net/ipv4/netfilter/
H A Diptable_filter.c55 /* Default to forward because I got too much mail already. */
56 static bool forward = true; variable
57 module_param(forward, bool, 0000);
68 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1;
/net/ipv6/netfilter/
H A Dip6table_filter.c47 /* Default to forward because I got too much mail already. */
48 static bool forward = true; variable
49 module_param(forward, bool, 0000);
60 forward ? -NF_ACCEPT - 1 : -NF_DROP - 1;
/net/mac80211/
H A Dmesh_hwmp.c24 /* Reply and forward */
522 bool forward = true; local
540 forward = false;
582 forward = false;
602 if (forward && ifmsh->mshcfg.dot11MeshForwarding) {

Completed in 138 milliseconds