Searched refs:probe (Results 1 – 11 of 11) sorted by relevance
/net/xfrm/ |
D | xfrm_algo.c | 684 const void *data, int probe) in xfrm_find_algo() argument 696 if (!probe) in xfrm_find_algo() 746 struct xfrm_algo_desc *xfrm_aalg_get_byname(const char *name, int probe) in xfrm_aalg_get_byname() argument 749 probe); in xfrm_aalg_get_byname() 753 struct xfrm_algo_desc *xfrm_ealg_get_byname(const char *name, int probe) in xfrm_ealg_get_byname() argument 756 probe); in xfrm_ealg_get_byname() 760 struct xfrm_algo_desc *xfrm_calg_get_byname(const char *name, int probe) in xfrm_calg_get_byname() argument 763 probe); in xfrm_calg_get_byname() 782 struct xfrm_algo_desc *xfrm_aead_get_byname(const char *name, int icv_len, int probe) in xfrm_aead_get_byname() argument 790 probe); in xfrm_aead_get_byname()
|
/net/tipc/ |
D | link.c | 268 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, 846 bool probe = false; in tipc_link_timeout() local 866 probe = mstate->probing; in tipc_link_timeout() 867 probe |= l->silent_intv_cnt; in tipc_link_timeout() 868 if (probe || mstate->monitoring) in tipc_link_timeout() 870 probe |= !skb_queue_empty(&l->deferdq); in tipc_link_timeout() 873 probe = true; in tipc_link_timeout() 894 if (state || probe || setup) in tipc_link_timeout() 895 tipc_link_build_proto_msg(l, mtyp, probe, 0, 0, 0, 0, xmitq); in tipc_link_timeout() 1856 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe, in tipc_link_build_proto_msg() argument [all …]
|
/net/qrtr/ |
D | smd.c | 98 .probe = qcom_smd_qrtr_probe,
|
D | mhi.c | 122 .probe = qcom_mhi_qrtr_probe,
|
/net/rfkill/ |
D | rfkill-gpio.c | 185 .probe = rfkill_gpio_probe,
|
/net/9p/ |
D | trans_xen.c | 536 .probe = xen_9pfs_front_probe,
|
D | trans_virtio.c | 786 .probe = p9_virtio_probe,
|
/net/vmw_vsock/ |
D | virtio_transport.c | 779 .probe = virtio_vsock_probe,
|
D | hyperv_transport.c | 916 .probe = hvs_probe,
|
/net/bluetooth/hidp/ |
D | core.c | 936 session->user.probe = hidp_session_probe; in hidp_session_new()
|
/net/bluetooth/ |
D | l2cap_core.c | 1709 ret = user->probe(conn, user); in l2cap_register_user()
|