Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 48) sorted by relevance

12

/net/wireless/tests/
A Dfragmentation.c14 static const u8 input[] = { in defragment_0() local
29 input, sizeof(input), in defragment_0()
34 input, sizeof(input), in defragment_0()
63 for_each_element(elem, input, sizeof(input)) in defragment_1()
70 input, sizeof(input), in defragment_1()
75 input, sizeof(input), in defragment_1()
111 for_each_element(elem, input, sizeof(input)) in defragment_2()
118 input, sizeof(input), in defragment_2()
124 input, sizeof(input), in defragment_2()
151 input, sizeof(input), in defragment_at_end()
[all …]
A Dscan.c366 input, sizeof(input), in test_inform_bss_ssid_only()
385 KUNIT_EXPECT_MEMEQ(test, ies->data, input, sizeof(input)); in test_inform_bss_ssid_only()
560 skb_put_u8(input, 4); in KUNIT_ARRAY_PARAM_DESC()
565 skb_put_u8(input, 1); in KUNIT_ARRAY_PARAM_DESC()
589 skb_put(input, 160); in KUNIT_ARRAY_PARAM_DESC()
593 skb_put(input, 165); in KUNIT_ARRAY_PARAM_DESC()
605 skb_put(input, 155); in KUNIT_ARRAY_PARAM_DESC()
611 input->data, input->len, in KUNIT_ARRAY_PARAM_DESC()
801 skb_put_u8(input, 4); in KUNIT_ARRAY_PARAM_DESC()
815 ies->len = input->len; in KUNIT_ARRAY_PARAM_DESC()
[all …]
/net/mptcp/
A Dcrypto.c34 __be64 input = cpu_to_be64(key); in mptcp_crypto_key_sha() local
36 sha256((__force u8 *)&input, sizeof(input), (u8 *)mptcp_hashed_key); in mptcp_crypto_key_sha()
46 u8 input[SHA256_BLOCK_SIZE + SHA256_DIGEST_SIZE]; in mptcp_crypto_hmac_sha() local
58 memset(input, 0x36, SHA256_BLOCK_SIZE); in mptcp_crypto_hmac_sha()
60 input[i] ^= key1be[i]; in mptcp_crypto_hmac_sha()
62 input[i + 8] ^= key2be[i]; in mptcp_crypto_hmac_sha()
64 memcpy(&input[SHA256_BLOCK_SIZE], msg, len); in mptcp_crypto_hmac_sha()
69 sha256(input, SHA256_BLOCK_SIZE + len, &input[SHA256_BLOCK_SIZE]); in mptcp_crypto_hmac_sha()
72 memset(input, 0x5C, SHA256_BLOCK_SIZE); in mptcp_crypto_hmac_sha()
74 input[i] ^= key1be[i]; in mptcp_crypto_hmac_sha()
[all …]
/net/bluetooth/hidp/
A Dcore.c81 if (session->input) { in hidp_copy_session()
85 if (session->input->name) in hidp_copy_session()
517 if (session->input) in hidp_process_data()
600 if (session->input) in hidp_recv_intr_frame()
659 struct input_dev *input; in hidp_setup_input() local
663 if (!input) in hidp_setup_input()
666 session->input = input; in hidp_setup_input()
1115 if (session->input) { in hidp_session_probe()
1126 if (session->input) in hidp_session_probe()
1137 if (session->input) in hidp_session_probe()
[all …]
A Dhidp.h162 struct input_dev *input; member
/net/ipv6/
A Dseg6_local.c1477 .input = input_action_end,
1485 .input = input_action_end_x,
1491 .input = input_action_end_t,
1497 .input = input_action_end_dx2,
1503 .input = input_action_end_dx6,
1509 .input = input_action_end_dx4,
1516 .input = input_action_end_dt4,
1553 .input = input_action_end_b6,
1621 rc = desc->input(skb, slwt); in seg6_local_input_core()
2446 if (!desc->input) in parse_nla_action()
[all …]
A Dmip6.c283 .input = mip6_destopt_input,
365 .input = mip6_rthdr_input,
A Dipcomp6.c185 .input = ipcomp_input,
A Dah6.c602 *seqhi = XFRM_SKB_CB(skb)->seq.input.hi; in ah6_input()
764 .input = ah6_input,
A Dxfrm6_input.c291 if (x->type->input(x, skb) > 0) { in xfrm6_input_addr()
/net/xfrm/
A Dxfrm_input.c449 if (x->mode_cbs && x->mode_cbs->input) in xfrm_inner_mode_input()
450 return x->mode_cbs->input(x, skb); in xfrm_inner_mode_input()
507 seq = XFRM_SKB_CB(skb)->seq.input.low; in xfrm_input()
650 XFRM_SKB_CB(skb)->seq.input.low = seq; in xfrm_input()
651 XFRM_SKB_CB(skb)->seq.input.hi = seq_hi; in xfrm_input()
658 nexthdr = x->type->input(x, skb); in xfrm_input()
/net/rfkill/
A DMakefile7 rfkill-$(CONFIG_RFKILL_INPUT) += input.o
A DKconfig22 bool "RF switch input support" if EXPERT
/net/sctp/
A DMakefile14 output.o input.o debug.o stream.o auth.o \
/net/rxrpc/
A DMakefile18 input.o \
/net/core/
A Ddst.c59 dst->input = dst_discard; in dst_init()
151 WRITE_ONCE(dst->input, dst_discard); in dst_dev_put()
A Dlwtunnel.c457 if (likely(ops && ops->input)) { in lwtunnel_input()
459 ret = ops->input(skb); in lwtunnel_input()
A Dsock_diag.c329 .input = sock_diag_rcv, in diag_net_init()
/net/ipv4/
A Dxfrm4_tunnel.c51 .input = ipip_xfrm_rcv,
A Droute.c1662 rt->dst.input = ip_local_deliver; in rt_dst_alloc()
1690 new_rt->dst.input = READ_ONCE(rt->dst.input); in rt_dst_clone()
1769 rth->dst.input = ip_mr_input; in ip_route_input_mc()
1888 rth->dst.input = ip_forward; in __mkroute_input()
2436 rth->dst.input= ip_error; in ip_route_input_slow()
2446 WARN_ON(rth->dst.input == lwtunnel_input); in ip_route_input_slow()
2447 rth->dst.lwtstate->orig_input = rth->dst.input; in ip_route_input_slow()
2448 rth->dst.input = lwtunnel_input; in ip_route_input_slow()
2664 rth->dst.input = ip_mr_input; in __mkroute_output()
2893 new->input = dst_discard; in ipv4_blackhole_route()
A Dipcomp.c166 .input = ipcomp_input,
A Dah4.c403 *seqhi = XFRM_SKB_CB(skb)->seq.input.hi; in ah_input()
565 .input = ah_input,
/net/mctp/test/
A Droute-test.c127 bool input; member
154 KUNIT_EXPECT_EQ(test, !!tpq.pkts.qlen, params->input); in mctp_test_rx_input()
166 { .hdr = RX_HDR(1, 10, 8, 0), .input = true },
167 { .hdr = RX_HDR(1, 10, 9, 0), .input = false }, /* no input route */
168 { .hdr = RX_HDR(2, 10, 8, 0), .input = false }, /* invalid version */
/net/ipv6/ila/
A Dila_lwt.c317 .input = ila_input,
/net/netfilter/
A Dxt_recent.c559 recent_mt_proc_write(struct file *file, const char __user *input, in recent_mt_proc_write() argument
574 if (copy_from_user(buf, input, size) != 0) in recent_mt_proc_write()

Completed in 77 milliseconds

12