/net/ceph/crush/ |
D | hash.c | 32 __u32 y = 1232; in crush_hash32_rjenkins1() local 34 crush_hashmix(y, a, hash); in crush_hash32_rjenkins1() 42 __u32 y = 1232; in crush_hash32_rjenkins1_2() local 45 crush_hashmix(b, y, hash); in crush_hash32_rjenkins1_2() 53 __u32 y = 1232; in crush_hash32_rjenkins1_3() local 56 crush_hashmix(y, a, hash); in crush_hash32_rjenkins1_3() 58 crush_hashmix(y, c, hash); in crush_hash32_rjenkins1_3() 66 __u32 y = 1232; in crush_hash32_rjenkins1_4() local 70 crush_hashmix(y, b, hash); in crush_hash32_rjenkins1_4() 72 crush_hashmix(y, d, hash); in crush_hash32_rjenkins1_4() [all …]
|
/net/l2tp/ |
D | Makefile | 11 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_PPPOL2TP)) += l2tp_ppp.o 12 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_IP)) += l2tp_ip.o 13 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_V3)) += l2tp_netlink.o 14 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_ETH)) += l2tp_eth.o 15 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_DEBUGFS)) += l2tp_debugfs.o 17 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_IP)) += l2tp_ip6.o
|
/net/sched/ |
D | sch_hfsc.c | 96 u64 y; /* current starting position on y-axis */ member 385 u64 y; in seg_x2y() local 392 y = (x >> SM_SHIFT) * sm + (((x & SM_MASK) * sm) >> SM_SHIFT); in seg_x2y() 393 return y; in seg_x2y() 397 seg_y2x(u64 y, u64 ism) in seg_y2x() argument 401 if (y == 0) in seg_y2x() 406 x = (y >> ISM_SHIFT) * ism in seg_y2x() 407 + (((y & ISM_MASK) * ism) >> ISM_SHIFT); in seg_y2x() 489 rtsc_init(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y) in rtsc_init() argument 492 rtsc->y = y; in rtsc_init() [all …]
|
/net/6lowpan/ |
D | Kconfig | 20 default y 29 default y 36 default y 42 default y 49 default y 55 default y 61 default y 67 default y
|
/net/batman-adv/ |
D | main.h | 319 #define batadv_seq_before(x, y) ({ \ argument 321 typeof(y)_d2 = (y); \ 345 #define batadv_seq_after(x, y) batadv_seq_before(y, x) argument
|
D | Kconfig | 22 depends on BATMAN_ADV && !(CFG80211=m && BATMAN_ADV=y) 23 default y 38 default y 49 default y 71 depends on BATMAN_ADV && INET && !(BRIDGE=m && BATMAN_ADV=y) 72 default y
|
/net/rfkill/ |
D | Kconfig | 18 depends on LEDS_TRIGGERS = y || RFKILL = LEDS_TRIGGERS 19 default y 24 depends on INPUT = y || RFKILL = INPUT 25 default y if !EXPERT
|
/net/dccp/ |
D | Kconfig | 25 def_tristate y if (IP_DCCP = y && INET_DIAG = y) 31 depends on DEBUG_KERNEL=y
|
/net/nfc/hci/ |
D | llc_shdlc.c | 109 static bool llc_shdlc_x_lt_y_lteq_z(int x, int y, int z) in llc_shdlc_x_lt_y_lteq_z() argument 112 return ((x < y) && (y <= z)) ? true : false; in llc_shdlc_x_lt_y_lteq_z() 114 return ((y > x) || (y <= z)) ? true : false; in llc_shdlc_x_lt_y_lteq_z() 118 static bool llc_shdlc_x_lteq_y_lt_z(int x, int y, int z) in llc_shdlc_x_lteq_y_lt_z() argument 121 return ((x <= y) && (y < z)) ? true : false; in llc_shdlc_x_lteq_y_lt_z() 123 return ((y >= x) || (y < z)) ? true : false; in llc_shdlc_x_lteq_y_lt_z()
|
/net/dccp/ccids/ |
D | Kconfig | 16 def_bool y if (IP_DCCP = y || IP_DCCP = m) 51 def_bool y if IP_DCCP_CCID3 54 def_bool y if IP_DCCP_CCID3_DEBUG
|
/net/netfilter/ |
D | xt_time.c | 67 static inline bool is_leap(unsigned int y) in is_leap() argument 69 return y % 4 == 0 && (y % 100 != 0 || y % 400 == 0); in is_leap()
|
D | xt_policy.c | 38 #define MATCH_ADDR(x,y,z) (!e->match.x || \ in match_xfrm_state() argument 39 (xt_addr_cmp(&e->x, &e->y, (const union nf_inet_addr *)(z), family) \ in match_xfrm_state() 41 #define MATCH(x,y) (!e->match.x || ((e->x == (y)) ^ e->invert.x)) in match_xfrm_state() argument
|
/net/rds/ |
D | threads.c | 274 u64 x, y; in rds_addr_cmp() local 286 y = be64_to_cpu(*++a2); in rds_addr_cmp() 287 if (x < y) in rds_addr_cmp() 289 else if (x > y) in rds_addr_cmp()
|
/net/ |
D | Kconfig | 36 def_bool y 180 default y 249 default y 257 default y 263 default y 272 default y 295 default y if !PREEMPT_RT 301 default y 317 default y 372 default y [all …]
|
/net/wireless/ |
D | Kconfig | 6 def_bool y 10 def_bool y 94 default y 104 default y 164 default y 182 default y 193 default y if CFG80211_WEXT_EXPORT
|
/net/tipc/ |
D | Kconfig | 38 default y 53 default y 58 default y
|
/net/can/ |
D | Kconfig | 25 default y 35 default y 47 default y 71 say 'y'.
|
/net/mctp/ |
D | Kconfig | 17 depends on MCTP=y && KUNIT=y
|
/net/bridge/ |
D | Makefile | 15 bridge-$(subst m,y,$(CONFIG_BRIDGE_NETFILTER)) += br_nf_core.o 18 br_netfilter-$(subst m,y,$(CONFIG_IPV6)) += br_netfilter_ipv6.o
|
/net/mptcp/ |
D | Kconfig | 22 depends on IPV6=y 23 default y
|
/net/rxrpc/ |
D | rxkad.c | 377 u32 x, y; in rxkad_secure_packet() local 413 y = ntohl(call->crypto_buf[1]); in rxkad_secure_packet() 414 y = (y >> 16) & 0xffff; in rxkad_secure_packet() 415 if (y == 0) in rxkad_secure_packet() 416 y = 1; /* zero checksums are not permitted */ in rxkad_secure_packet() 417 sp->hdr.cksum = y; in rxkad_secure_packet() 434 _leave(" = %d [set %x]", ret, y); in rxkad_secure_packet() 624 u32 x, y; in rxkad_verify_packet() local 652 y = ntohl(call->crypto_buf[1]); in rxkad_verify_packet() 653 cksum = (y >> 16) & 0xffff; in rxkad_verify_packet()
|
/net/netfilter/ipset/ |
D | ip_set_bitmap_ip.c | 200 const struct bitmap_ip *y = b->data; in bitmap_ip_same_set() local 202 return x->first_ip == y->first_ip && in bitmap_ip_same_set() 203 x->last_ip == y->last_ip && in bitmap_ip_same_set() 204 x->netmask == y->netmask && in bitmap_ip_same_set()
|
D | ip_set_bitmap_port.c | 213 const struct bitmap_port *y = b->data; in bitmap_port_same_set() local 215 return x->first_port == y->first_port && in bitmap_port_same_set() 216 x->last_port == y->last_port && in bitmap_port_same_set()
|
/net/unix/ |
D | Kconfig | 26 default y 31 default y
|
/net/bluetooth/ |
D | Kconfig | 50 default y 76 default y 113 default y
|