Searched refs:g (Results 1 – 20 of 20) sorted by relevance
| /net/netfilter/ipvs/ |
| A D | ip_vs_wrr.c | 73 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 D | ip_vs_mh.c | 326 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 D | nft_set_pipapo.c | 779 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 D | Kconfig | 860 (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 D | Kconfig | 30 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 D | Kconfig | 58 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 D | Kconfig | 54 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 D | Kconfig | 30 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 D | Kconfig | 11 protocol over kernel connectons (e.g. TCP connections).
|
| /net/packet/ |
| A D | Kconfig | 11 protocol implemented in the kernel, e.g. tcpdump. If you want them
|
| /net/sunrpc/ |
| A D | svcauth_unix.c | 461 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 D | Kconfig | 52 (e.g. the iproute2 'tipc' tool).
|
| /net/caif/ |
| A D | Kconfig | 15 Say Y (or M) here if you build for a phone product (e.g. Android or
|
| /net/ |
| A D | Kconfig | 117 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 D | Kconfig | 60 packet-oriented data network (e.g., over IP). L2TP, as
|
| /net/mac80211/ |
| A D | rc80211_minstrel_ht.c | 1504 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 D | Kconfig | 312 Setting this option to a low value (e.g. 4) allows testing the
|
| /net/dsa/ |
| A D | Kconfig | 179 with a trailed. e.g. Marvell 88E6060.
|
| /net/bpf/ |
| A D | test_run.c | 588 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 D | Kconfig | 462 (e.g., a connection manager or a network administration tool such as
|
Completed in 43 milliseconds