Home
last modified time | relevance | path

Searched refs:y (Results 1 – 25 of 59) sorted by relevance

123

/net/sunrpc/
D.kunitconfig1 CONFIG_KUNIT=y
2 CONFIG_UBSAN=y
3 CONFIG_STACKTRACE=y
4 CONFIG_NET=y
5 CONFIG_NETWORK_FILESYSTEMS=y
6 CONFIG_INET=y
7 CONFIG_FILE_LOCKING=y
8 CONFIG_MULTIUSER=y
9 CONFIG_CRYPTO=y
10 CONFIG_CRYPTO_CBC=y
[all …]
/net/handshake/
D.kunitconfig1 CONFIG_KUNIT=y
2 CONFIG_UBSAN=y
3 CONFIG_STACKTRACE=y
4 CONFIG_NET=y
5 CONFIG_NETWORK_FILESYSTEMS=y
6 CONFIG_INET=y
7 CONFIG_MULTIUSER=y
8 CONFIG_NFS_FS=y
9 CONFIG_SUNRPC=y
10 CONFIG_NET_HANDSHAKE=y
[all …]
/net/ceph/crush/
Dhash.c32 __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/
DMakefile11 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/
Dsch_hfsc.c96 u64 y; /* current starting position on y-axis */ member
384 u64 y; in seg_x2y() local
391 y = (x >> SM_SHIFT) * sm + (((x & SM_MASK) * sm) >> SM_SHIFT); in seg_x2y()
392 return y; in seg_x2y()
396 seg_y2x(u64 y, u64 ism) in seg_y2x() argument
400 if (y == 0) in seg_y2x()
405 x = (y >> ISM_SHIFT) * ism in seg_y2x()
406 + (((y & ISM_MASK) * ism) >> ISM_SHIFT); in seg_y2x()
488 rtsc_init(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y) in rtsc_init() argument
491 rtsc->y = y; in rtsc_init()
[all …]
/net/6lowpan/
DKconfig20 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/
Dmain.h319 #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
DKconfig22 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/
DKconfig18 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/
DKconfig25 def_tristate y if (IP_DCCP = y && INET_DIAG = y)
31 depends on DEBUG_KERNEL=y
/net/nfc/hci/
Dllc_shdlc.c109 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/
DKconfig16 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/
Dxt_time.c67 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()
Dxt_policy.c38 #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/
Dthreads.c274 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/
DKconfig36 def_bool y
79 default y
205 default y
274 default y
294 default y
300 default y
309 default y
332 default y if !PREEMPT_RT || (PREEMPT_RT && !NETCONSOLE)
338 default y
354 default y
[all …]
/net/wireless/
DKconfig6 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/
DKconfig38 default y
53 default y
58 default y
/net/can/
DKconfig25 default y
35 default y
47 default y
71 say 'y'.
/net/mctp/
DKconfig17 depends on MCTP=y && KUNIT=y
/net/bridge/
DMakefile15 bridge-$(subst m,y,$(CONFIG_BRIDGE_NETFILTER)) += br_nf_core.o
18 br_netfilter-$(subst m,y,$(CONFIG_IPV6)) += br_netfilter_ipv6.o
/net/rxrpc/
Drxkad.c343 u32 x, y; in rxkad_secure_packet() local
377 y = ntohl(crypto.buf[1]); in rxkad_secure_packet()
378 y = (y >> 16) & 0xffff; in rxkad_secure_packet()
379 if (y == 0) in rxkad_secure_packet()
380 y = 1; /* zero checksums are not permitted */ in rxkad_secure_packet()
381 txb->wire.cksum = htons(y); in rxkad_secure_packet()
399 _leave(" = %d [set %x]", ret, y); in rxkad_secure_packet()
562 u32 x, y; in rxkad_verify_packet() local
590 y = ntohl(crypto.buf[1]); in rxkad_verify_packet()
591 cksum = (y >> 16) & 0xffff; in rxkad_verify_packet()
/net/bluetooth/
DKconfig50 default y
68 default y
76 default y
116 default y
/net/mptcp/
DKconfig22 depends on IPV6=y
23 default y
/net/unix/
DKconfig22 default y
27 default y

123