Home
last modified time | relevance | path

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

123

/net/sunrpc/
A D.kunitconfig1 CONFIG_KUNIT=y
2 CONFIG_UBSAN=y
3 CONFIG_STACKTRACE=y
4 CONFIG_NET=y
6 CONFIG_INET=y
8 CONFIG_MULTIUSER=y
9 CONFIG_CRYPTO=y
10 CONFIG_CRYPTO_CBC=y
11 CONFIG_CRYPTO_CTS=y
22 CONFIG_NFS_FS=y
[all …]
/net/handshake/
A 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/
A 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/
A 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/
A Dsch_hfsc.c392 u64 y; in seg_x2y() local
499 rtsc->y = y; in rtsc_init()
517 if (y < rtsc->y) in rtsc_y2x()
519 else if (y <= rtsc->y + rtsc->dy) { in rtsc_y2x()
536 u64 y; in rtsc_x2y() local
539 y = rtsc->y; in rtsc_x2y()
542 y = rtsc->y + seg_x2y(x - rtsc->x, rtsc->sm1); in rtsc_x2y()
545 y = rtsc->y + rtsc->dy in rtsc_x2y()
567 rtsc->y = y; in rtsc_min()
587 rtsc->y = y; in rtsc_min()
[all …]
/net/6lowpan/
A 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/
A Dmain.h318 #define batadv_seq_before(x, y) ({ \ argument
320 typeof(y)_d2 = (y); \
344 #define batadv_seq_after(x, y) batadv_seq_before(y, x) argument
A 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/
A 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/nfc/hci/
A 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/netfilter/
A 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()
A 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
A DMakefile9 nf_conntrack-$(subst m,y,$(CONFIG_IPV6)) += nf_conntrack_proto_icmpv6.o
19 else ifeq ($(CONFIG_NF_CONNTRACK),y)
67 else ifeq ($(CONFIG_NF_NAT),y)
148 else ifeq ($(CONFIG_NF_FLOW_TABLE),y)
/net/rds/
A 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/
A DKconfig36 def_bool y
70 def_bool y
95 default y
221 default y
287 default y
307 default y
316 default y
328 default y
358 default y
374 default y
[all …]
/net/tipc/
A DKconfig35 default y
45 default y
57 default y
/net/mctp/
A DKconfig18 depends on MCTP=y && KUNIT=y
/net/wireless/
A DKconfig6 def_bool y
10 def_bool y
91 default y
101 default y
161 default y
179 default y
/net/bridge/
A 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/bluetooth/
A DKconfig50 default y
68 default y
76 default y
116 default y
/net/mac80211/
A Dmesh_hwmp.c70 #define SN_GT(x, y) ((s32)(y - x) < 0) argument
71 #define SN_LT(x, y) ((s32)(x - y) < 0) argument
74 static inline u32 SN_DELTA(u32 x, u32 y) in SN_DELTA() argument
76 return x >= y ? x - y : y - x; in SN_DELTA()
371 static bool is_metric_better(u32 x, u32 y) in is_metric_better() argument
373 return (x < y) && (x < (y - x / 10)); in is_metric_better()
/net/rxrpc/
A Drxkad.c348 u32 x, y; in rxkad_secure_packet() local
382 y = ntohl(crypto.buf[1]); in rxkad_secure_packet()
383 y = (y >> 16) & 0xffff; in rxkad_secure_packet()
384 if (y == 0) in rxkad_secure_packet()
385 y = 1; /* zero checksums are not permitted */ in rxkad_secure_packet()
386 txb->cksum = htons(y); in rxkad_secure_packet()
417 _leave(" = %d [set %x]", ret, y); in rxkad_secure_packet()
580 u32 x, y; in rxkad_verify_packet() local
608 y = ntohl(crypto.buf[1]); in rxkad_verify_packet()
609 cksum = (y >> 16) & 0xffff; in rxkad_verify_packet()
/net/mptcp/
A DKconfig22 depends on IPV6=y
23 default y
/net/netfilter/ipset/
A Dip_set_bitmap_ip.c197 const struct bitmap_ip *y = b->data; in bitmap_ip_same_set() local
199 return x->first_ip == y->first_ip && in bitmap_ip_same_set()
200 x->last_ip == y->last_ip && in bitmap_ip_same_set()
201 x->netmask == y->netmask && in bitmap_ip_same_set()
/net/can/
A DKconfig25 default y
35 default y
47 default y

Completed in 45 milliseconds

123