Searched refs:input_handler (Results 1 – 13 of 13) sorted by relevance
| /net/rfkill/ |
| A D | input.c | 218 static int rfkill_connect(struct input_handler *handler, struct input_dev *dev, in rfkill_connect() 308 static struct input_handler rfkill_handler = {
|
| A D | core.c | 81 bool input_handler; member 1336 if (data->input_handler) in rfkill_fop_release() 1360 if (!data->input_handler) { in rfkill_fop_ioctl() 1363 data->input_handler = true; in rfkill_fop_ioctl()
|
| /net/xfrm/ |
| A D | xfrm_interface_core.c | 978 .input_handler = xfrmi6_input, 986 .input_handler = xfrm_input, 994 .input_handler = xfrm_input, 1029 .input_handler = xfrmi4_input, 1037 .input_handler = xfrm_input, 1045 .input_handler = xfrm_input,
|
| /net/ipv4/ |
| A D | ip_vti.c | 464 .input_handler = vti_input_proto, 472 .input_handler = vti_input_proto, 480 .input_handler = vti_input_proto,
|
| A D | ipcomp.c | 172 .input_handler = xfrm_input,
|
| A D | xfrm4_protocol.c | 84 if ((ret = handler->input_handler(skb, nexthdr, spi, encap_type)) != -EINVAL) in xfrm4_rcv_encap()
|
| A D | ah4.c | 571 .input_handler = xfrm_input,
|
| A D | esp4.c | 1178 .input_handler = xfrm_input,
|
| /net/ipv6/ |
| A D | ipcomp6.c | 191 .input_handler = xfrm_input,
|
| A D | ip6_vti.c | 1182 .input_handler = vti6_input_proto, 1190 .input_handler = vti6_input_proto, 1198 .input_handler = vti6_input_proto,
|
| A D | xfrm6_protocol.c | 97 if ((ret = handler->input_handler(skb, nexthdr, spi, encap_type)) != -EINVAL) in xfrm6_rcv_encap()
|
| A D | ah6.c | 770 .input_handler = xfrm_input,
|
| A D | esp6.c | 1224 .input_handler = xfrm_input,
|
Completed in 24 milliseconds