/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 | 9 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_PPPOL2TP)) += l2tp_ppp.o 10 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_IP)) += l2tp_ip.o 11 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_V3)) += l2tp_netlink.o 12 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_ETH)) += l2tp_eth.o 13 obj-$(subst y,$(CONFIG_L2TP),$(CONFIG_L2TP_DEBUGFS)) += l2tp_debugfs.o 15 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/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/batman-adv/ |
D | main.h | 323 #define batadv_seq_before(x, y) ({ \ argument 325 typeof(y)_d2 = (y); \ 349 #define batadv_seq_after(x, y) batadv_seq_before(y, x) argument
|
D | Kconfig | 23 depends on BATMAN_ADV && !(CFG80211=m && BATMAN_ADV=y) 24 default y 39 default y 50 default y 72 depends on BATMAN_ADV && INET && !(BRIDGE=m && BATMAN_ADV=y) 73 default y 103 default y
|
/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 | 272 u64 x, y; in rds_addr_cmp() local 284 y = be64_to_cpu(*++a2); in rds_addr_cmp() 285 if (x < y) in rds_addr_cmp() 287 else if (x > y) in rds_addr_cmp()
|
/net/wireless/ |
D | Kconfig | 6 def_bool y 10 def_bool y 93 default y 103 default y 163 default y 181 default y 192 default y if CFG80211_WEXT_EXPORT
|
/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/bluetooth/ |
D | Kconfig | 49 default y 67 default y 76 default y 126 default y
|
/net/rxrpc/ |
D | rxkad.c | 285 u32 x, y; in rxkad_secure_packet() local 321 y = ntohl(call->crypto_buf[1]); in rxkad_secure_packet() 322 y = (y >> 16) & 0xffff; in rxkad_secure_packet() 323 if (y == 0) in rxkad_secure_packet() 324 y = 1; /* zero checksums are not permitted */ in rxkad_secure_packet() 325 sp->hdr.cksum = y; in rxkad_secure_packet() 344 _leave(" = %d [set %hx]", ret, y); in rxkad_secure_packet() 536 u32 x, y; in rxkad_verify_packet() local 564 y = ntohl(call->crypto_buf[1]); in rxkad_verify_packet() 565 cksum = (y >> 16) & 0xffff; in rxkad_verify_packet()
|
/net/ |
D | Kconfig | 36 def_bool y 178 default y 247 default y 253 default y 258 default y 281 default y 287 default y 322 default y 376 default y 406 default y if LWTUNNEL=y
|
/net/can/ |
D | Kconfig | 25 default y 35 default y 47 default y
|
/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 | 186 const struct bitmap_port *y = b->data; in bitmap_port_same_set() local 188 return x->first_port == y->first_port && in bitmap_port_same_set() 189 x->last_port == y->last_port && in bitmap_port_same_set()
|
/net/tipc/ |
D | Kconfig | 37 default y 42 default y
|
/net/ipv4/ |
D | Kconfig | 413 default y 485 default y 676 bool "Bic" if TCP_CONG_BIC=y 679 bool "Cubic" if TCP_CONG_CUBIC=y 682 bool "Htcp" if TCP_CONG_HTCP=y 685 bool "Hybla" if TCP_CONG_HYBLA=y 688 bool "Vegas" if TCP_CONG_VEGAS=y 691 bool "Veno" if TCP_CONG_VENO=y 694 bool "Westwood" if TCP_CONG_WESTWOOD=y 697 bool "DCTCP" if TCP_CONG_DCTCP=y [all …]
|
/net/mac80211/ |
D | mesh_hwmp.c | 70 #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()
|
/net/netlabel/ |
D | Makefile | 16 obj-$(subst m,y,$(CONFIG_IPV6)) += netlabel_calipso.o
|