Home
last modified time | relevance | path

Searched refs:g (Results 1 – 20 of 20) sorted by relevance

/net/netfilter/ipvs/
A Dip_vs_wrr.c73 int g = 0; in ip_vs_wrr_gcd_weight() local
78 if (g > 0) in ip_vs_wrr_gcd_weight()
79 g = gcd(weight, g); in ip_vs_wrr_gcd_weight()
81 g = weight; in ip_vs_wrr_gcd_weight()
84 return g ? g : 1; in ip_vs_wrr_gcd_weight()
A Dip_vs_mh.c326 int g = 0; in ip_vs_mh_gcd_weight() local
331 if (g > 0) in ip_vs_mh_gcd_weight()
332 g = gcd(weight, g); in ip_vs_mh_gcd_weight()
334 g = weight; in ip_vs_mh_gcd_weight()
337 return g; in ip_vs_mh_gcd_weight()
/net/netfilter/
A Dnft_set_pipapo.c779 int g, b, i; in pipapo_lt_4b_to_8b() local
781 for (g = 0; g < old_groups / 2; g++) { in pipapo_lt_4b_to_8b()
782 int src_g0 = g * 2, src_g1 = g * 2 + 1; in pipapo_lt_4b_to_8b()
825 int g, b, bsrc, i; in pipapo_lt_8b_to_4b() local
830 for (g = 0; g < old_groups * 2; g += 2) { in pipapo_lt_8b_to_4b()
831 int src_g = g / 2; in pipapo_lt_8b_to_4b()
1614 int g; local
1616 for (g = 0; g < f->groups; g++) {
1620 pos = NFT_PIPAPO_LT_ALIGN(f->lt) + g *
1928 int g, mask_len = 0, bit_offset = 0; local
[all …]
A DKconfig860 (e.g. when running oldconfig). It selects
985 (e.g. when running oldconfig). It selects
1261 (e.g. when running oldconfig). It selects
1446 (e.g. when running oldconfig). It selects
/net/can/
A DKconfig30 socket has several filter options e.g. ID masking / error frames.
40 informs you on demand e.g. only on content updates / timeouts.
42 CAN messages are used on the bus (e.g. in automotive environments).
54 by the netlink configuration interface known e.g. from iptables.
69 as needed e.g. for vehicle diagnosis (UDS, ISO 14229) or IP-over-CAN
/net/ipv4/netfilter/
A DKconfig58 This module enables IPv4 FIB lookups, e.g. for reverse path filtering.
59 It also allows query of the FIB for the route type, e.g. local, unicast,
85 (e.g. when running oldconfig). It selects CONFIG_NF_LOG_SYSLOG.
93 (e.g. when running oldconfig). It selects CONFIG_NF_LOG_SYSLOG.
160 (e.g. when running oldconfig). It selects
180 (e.g. when running oldconfig). It selects
242 (e.g. when running oldconfig). It selects NETFILTER_XT_TARGET_MASQUERADE.
250 (e.g. when running oldconfig). It selects
259 (e.g. when running oldconfig). It selects
297 (e.g. when running oldconfig). It selects
/net/ipv6/netfilter/
A DKconfig54 This module enables IPv6 FIB lookups, e.g. for reverse path filtering.
55 It also allows query of the FIB for the route type, e.g. local, unicast,
78 (e.g. when running oldconfig). It selects CONFIG_NF_LOG_SYSLOG.
138 (e.g. when running oldconfig). It selects
194 (e.g. when running oldconfig). It selects
288 (e.g. when running oldconfig). It selects NETFILTER_XT_TARGET_MASQUERADE.
/net/ceph/
A DKconfig30 execution slightly when debug call sites are enabled (e.g.,
41 If you say Y here, hostnames (e.g. monitor addresses) will
/net/kcm/
A DKconfig11 protocol over kernel connectons (e.g. TCP connections).
/net/packet/
A DKconfig11 protocol implemented in the kernel, e.g. tcpdump. If you want them
/net/sunrpc/
A Dsvcauth_unix.c461 struct unix_gid *g = kmalloc(sizeof(*g), GFP_KERNEL); in unix_gid_alloc() local
462 if (g) in unix_gid_alloc()
463 return &g->h; in unix_gid_alloc()
/net/tipc/
A DKconfig52 (e.g. the iproute2 'tipc' tool).
/net/caif/
A DKconfig15 Say Y (or M) here if you build for a phone product (e.g. Android or
/net/
A DKconfig117 your kernel by about 400 KB), since some programs (e.g. the X window
484 The NET_SOCK_MSG provides a framework for plain sockets (e.g. TCP) or
485 ULPs (upper layer modules, e.g. TLS) to process L7 application data
528 e.g. notification messages.
/net/l2tp/
A DKconfig60 packet-oriented data network (e.g., over IP). L2TP, as
/net/mac80211/
A Drc80211_minstrel_ht.c1504 const struct mcs_group *g = &minstrel_mcs_groups[group]; in minstrel_ht_get_max_amsdu_len() local
1512 duration = g->duration[rate]; in minstrel_ht_get_max_amsdu_len()
1513 duration <<= g->shift; in minstrel_ht_get_max_amsdu_len()
A DKconfig312 Setting this option to a low value (e.g. 4) allows testing the
/net/dsa/
A DKconfig179 with a trailed. e.g. Marvell 88E6060.
/net/bpf/
A Dtest_run.c588 void *e, char f, int g) in bpf_modify_return_test2() argument
591 return a + *b + c + d + (long)e + f + g; in bpf_modify_return_test2()
/net/ipv4/
A DKconfig462 (e.g., a connection manager or a network administration tool such as

Completed in 43 milliseconds