/net/mptcp/ |
D | crypto.c | 34 __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/ |
D | core.c | 81 if (session->input) { in hidp_copy_session() 82 ci->vendor = session->input->id.vendor; in hidp_copy_session() 83 ci->product = session->input->id.product; in hidp_copy_session() 84 ci->version = session->input->id.version; in hidp_copy_session() 85 if (session->input->name) in hidp_copy_session() 86 strlcpy(ci->name, session->input->name, 128); in hidp_copy_session() 180 struct input_dev *dev = session->input; in hidp_input_report() 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 [all …]
|
D | hidp.h | 162 struct input_dev *input; member
|
/net/ipv6/ |
D | seg6_local.c | 64 int (*input)(struct sk_buff *skb, struct seg6_local_lwt *slwt); member 953 .input = input_action_end, 959 .input = input_action_end_x, 965 .input = input_action_end_t, 971 .input = input_action_end_dx2, 977 .input = input_action_end_dx6, 983 .input = input_action_end_dx4, 990 .input = input_action_end_dt4, 1010 .input = input_action_end_dt6, 1017 .input = input_action_end_dt46, [all …]
|
D | mip6.c | 284 .input = mip6_destopt_input, 367 .input = mip6_rthdr_input,
|
D | ipcomp6.c | 179 .input = ipcomp_input,
|
D | xfrm6_input.c | 227 if (x->type->input(x, skb) > 0) { in xfrm6_input_addr()
|
D | ah6.c | 608 *seqhi = XFRM_SKB_CB(skb)->seq.input.hi; in ah6_input() 763 .input = ah6_input,
|
/net/rfkill/ |
D | Makefile | 7 rfkill-$(CONFIG_RFKILL_INPUT) += input.o
|
D | Kconfig | 22 bool "RF switch input support" if EXPERT
|
/net/rxrpc/ |
D | Makefile | 17 input.o \
|
/net/xfrm/ |
D | xfrm_input.c | 499 seq = XFRM_SKB_CB(skb)->seq.input.low; in xfrm_input() 635 XFRM_SKB_CB(skb)->seq.input.low = seq; in xfrm_input() 636 XFRM_SKB_CB(skb)->seq.input.hi = seq_hi; in xfrm_input() 643 nexthdr = x->type->input(x, skb); in xfrm_input()
|
/net/dccp/ |
D | Makefile | 4 dccp-y := ccid.o feat.o input.o minisocks.o options.o output.o proto.o timer.o \
|
/net/sctp/ |
D | Makefile | 14 output.o input.o debug.o stream.o auth.o \
|
/net/core/ |
D | lwtunnel.c | 410 if (likely(ops && ops->input)) in lwtunnel_input() 411 ret = ops->input(skb); in lwtunnel_input()
|
D | dst.c | 59 dst->input = dst_discard; in dst_init() 159 dst->input = dst_discard; in dst_dev_put()
|
D | sock_diag.c | 313 .input = sock_diag_rcv, in diag_net_init()
|
/net/netfilter/ |
D | xt_quota2.c | 147 static ssize_t quota_proc_write(struct file *file, const char __user *input, in quota_proc_write() argument 155 if (copy_from_user(buf, input, size) != 0) in quota_proc_write()
|
D | xt_recent.c | 559 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()
|
/net/ipv4/ |
D | xfrm4_tunnel.c | 49 .input = ipip_xfrm_rcv,
|
D | route.c | 1655 rt->dst.input = ip_local_deliver; in rt_dst_alloc() 1684 new_rt->dst.input = rt->dst.input; in rt_dst_clone() 1760 rth->dst.input = ip_mr_input; in ip_route_input_mc() 1878 rth->dst.input = ip_forward; in __mkroute_input() 2392 rth->dst.input= ip_error; in ip_route_input_slow() 2402 WARN_ON(rth->dst.input == lwtunnel_input); in ip_route_input_slow() 2403 rth->dst.lwtstate->orig_input = rth->dst.input; in ip_route_input_slow() 2404 rth->dst.input = lwtunnel_input; in ip_route_input_slow() 2622 rth->dst.input = ip_mr_input; in __mkroute_output() 2853 new->input = dst_discard; in ipv4_blackhole_route()
|
D | ipcomp.c | 160 .input = ipcomp_input,
|
D | ah4.c | 406 *seqhi = XFRM_SKB_CB(skb)->seq.input.hi; in ah_input() 563 .input = ah_input,
|
/net/ipv6/ila/ |
D | ila_lwt.c | 310 .input = ila_input,
|
/net/ipv4/netfilter/ |
D | ipt_CLUSTERIP.c | 802 static ssize_t clusterip_proc_write(struct file *file, const char __user *input, in clusterip_proc_write() argument 813 if (copy_from_user(buffer, input, size)) in clusterip_proc_write()
|