/net/sctp/ |
D | endpointola.c | 41 static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep, in sctp_endpoint_init() 131 struct sctp_endpoint *ep; in sctp_endpoint_new() local 151 void sctp_endpoint_add_asoc(struct sctp_endpoint *ep, in sctp_endpoint_add_asoc() 174 void sctp_endpoint_free(struct sctp_endpoint *ep) in sctp_endpoint_free() 189 struct sctp_endpoint *ep = container_of(head, struct sctp_endpoint, rcu); in sctp_endpoint_destroy_rcu() local 199 static void sctp_endpoint_destroy(struct sctp_endpoint *ep) in sctp_endpoint_destroy() 232 int sctp_endpoint_hold(struct sctp_endpoint *ep) in sctp_endpoint_hold() 240 void sctp_endpoint_put(struct sctp_endpoint *ep) in sctp_endpoint_put() 247 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep, in sctp_endpoint_is_match() 268 const struct sctp_endpoint *ep, in sctp_endpoint_lookup_assoc() [all …]
|
D | sm_statefuns.c | 232 const struct sctp_endpoint *ep, in sctp_sf_do_4_C() 317 const struct sctp_endpoint *ep, in sctp_sf_do_5_1B_init() 517 const struct sctp_endpoint *ep, in sctp_sf_do_5_1C_ack() 699 const struct sctp_endpoint *ep, in sctp_sf_do_5_1D_ce() 921 const struct sctp_endpoint *ep, in sctp_sf_do_5_1E_ca() 1014 const struct sctp_endpoint *ep, in sctp_sf_heartbeat() 1040 const struct sctp_endpoint *ep, in sctp_sf_sendbeat_8_3() 1088 const struct sctp_endpoint *ep, in sctp_sf_send_reconf() 1117 const struct sctp_endpoint *ep, in sctp_sf_send_probe() 1165 const struct sctp_endpoint *ep, in sctp_sf_beat_8_3() [all …]
|
D | auth.c | 353 int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep, in sctp_auth_asoc_copy_shkeys() 454 int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp) in sctp_auth_init_hmacs() 609 struct sctp_endpoint *ep; in sctp_auth_asoc_set_default_hmac() local 756 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id) in sctp_auth_ep_add_chunkid() 778 int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep, in sctp_auth_ep_set_hmacs() 817 int sctp_auth_set_key(struct sctp_endpoint *ep, in sctp_auth_set_key() 880 int sctp_auth_set_active_key(struct sctp_endpoint *ep, in sctp_auth_set_active_key() 923 int sctp_auth_del_key_id(struct sctp_endpoint *ep, in sctp_auth_del_key_id() 967 int sctp_auth_deact_key_id(struct sctp_endpoint *ep, in sctp_auth_deact_key_id() 1022 int sctp_auth_init(struct sctp_endpoint *ep, gfp_t gfp) in sctp_auth_init() [all …]
|
D | diag.c | 127 struct sctp_endpoint *ep = sctp_sk(sk)->ep; in inet_sctp_diag_fill() local 245 static int sctp_sock_dump_one(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_dump_one() 286 static int sctp_sock_dump(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_dump() 341 static int sctp_sock_filter(struct sctp_endpoint *ep, struct sctp_transport *tsp, void *p) in sctp_sock_filter() 357 static int sctp_ep_dump(struct sctp_endpoint *ep, void *p) in sctp_ep_dump()
|
D | input.c | 89 struct sctp_endpoint *ep = NULL; in sctp_rcv() local 746 static int __sctp_hash_endpoint(struct sctp_endpoint *ep) in __sctp_hash_endpoint() 798 int sctp_hash_endpoint(struct sctp_endpoint *ep) in sctp_hash_endpoint() 810 static void __sctp_unhash_endpoint(struct sctp_endpoint *ep) in __sctp_unhash_endpoint() 828 void sctp_unhash_endpoint(struct sctp_endpoint *ep) in sctp_unhash_endpoint() 856 struct sctp_endpoint *ep; in __sctp_rcv_lookup_endpoint() local 1025 const struct sctp_endpoint *ep, in sctp_epaddr_lookup_transport()
|
D | socket.c | 378 struct sctp_endpoint *ep = sp->ep; in sctp_do_bind() local 558 struct sctp_endpoint *ep; in sctp_send_asconf_add_ip() local 679 struct sctp_endpoint *ep = sp->ep; in sctp_bindx_rem() local 760 struct sctp_endpoint *ep; in sctp_send_asconf_del_ip() local 1065 static int sctp_connect_new_asoc(struct sctp_endpoint *ep, in sctp_connect_new_asoc() 1135 struct sctp_endpoint *ep = asoc->ep; in sctp_connect_add_peer() local 1168 struct sctp_endpoint *ep = sp->ep; in __sctp_connect() local 1484 struct sctp_endpoint *ep; in sctp_close() local 1660 struct sctp_endpoint *ep = sctp_sk(sk)->ep; in sctp_sendmsg_new_asoc() local 1943 struct sctp_endpoint *ep = sctp_sk(sk)->ep; in sctp_sendmsg() local [all …]
|
D | sm_make_chunk.c | 215 struct sctp_endpoint *ep = asoc->ep; in sctp_make_init() local 1628 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *ep, in sctp_make_temp_asoc() 1654 const struct sctp_endpoint *ep, in sctp_pack_cookie() 1741 const struct sctp_endpoint *ep, in sctp_unpack_cookie() 2012 const struct sctp_endpoint *ep, in sctp_verify_ext_param() 2163 const struct sctp_endpoint *ep, in sctp_verify_param() 2290 int sctp_verify_init(struct net *net, const struct sctp_endpoint *ep, in sctp_verify_init() 2545 struct sctp_endpoint *ep = asoc->ep; in sctp_process_param() local 2760 __u32 sctp_generate_tag(const struct sctp_endpoint *ep) in sctp_generate_tag() 2775 __u32 sctp_generate_tsn(const struct sctp_endpoint *ep) in sctp_generate_tsn()
|
D | associola.c | 53 const struct sctp_endpoint *ep, in sctp_association_init() 287 struct sctp_association *sctp_association_new(const struct sctp_endpoint *ep, in sctp_association_new() 987 struct sctp_endpoint *ep; in sctp_assoc_bh_rcv() local
|
D | sm_sideeffect.c | 1146 struct sctp_endpoint *ep, struct sctp_association *asoc, in sctp_do_sm() 1184 struct sctp_endpoint *ep, in sctp_side_effects() 1273 struct sctp_endpoint *ep, in sctp_cmd_interpreter()
|
D | proc.c | 164 struct sctp_endpoint *ep; in sctp_eps_seq_show() local
|
/net/sunrpc/xprtrdma/ |
D | verbs.c | 89 struct rpcrdma_ep *ep = r_xprt->rx_ep; in rpcrdma_xprt_drain() local 115 void rpcrdma_force_disconnect(struct rpcrdma_ep *ep) in rpcrdma_force_disconnect() 189 static void rpcrdma_update_cm_private(struct rpcrdma_ep *ep, in rpcrdma_update_cm_private() 226 struct rpcrdma_ep *ep = id->context; in rpcrdma_cm_event_handler() local 284 struct rpcrdma_ep *ep) in rpcrdma_create_id() 331 struct rpcrdma_ep *ep = container_of(kref, struct rpcrdma_ep, re_kref); in rpcrdma_ep_destroy() local 353 static noinline void rpcrdma_ep_get(struct rpcrdma_ep *ep) in rpcrdma_ep_get() 362 static noinline int rpcrdma_ep_put(struct rpcrdma_ep *ep) in rpcrdma_ep_put() 372 struct rpcrdma_ep *ep; in rpcrdma_ep_create() local 489 struct rpcrdma_ep *ep; in rpcrdma_xprt_connect() local [all …]
|
D | frwr_ops.c | 48 static void frwr_cid_init(struct rpcrdma_ep *ep, in frwr_cid_init() 123 struct rpcrdma_ep *ep = r_xprt->rx_ep; in frwr_mr_init() local 171 int frwr_query_device(struct rpcrdma_ep *ep, const struct ib_device *device) in frwr_query_device() 289 struct rpcrdma_ep *ep = r_xprt->rx_ep; in frwr_map() local 386 struct rpcrdma_ep *ep = r_xprt->rx_ep; in frwr_send() local 499 struct rpcrdma_ep *ep = r_xprt->rx_ep; in frwr_unmap_sync() local 605 struct rpcrdma_ep *ep = r_xprt->rx_ep; in frwr_unmap_async() local 671 struct rpcrdma_ep *ep = r_xprt->rx_ep; in frwr_wp_create() local
|
D | backchannel.c | 43 struct rpcrdma_ep *ep = r_xprt->rx_ep; in xprt_rdma_bc_maxpayload() local
|
D | rpc_rdma.c | 108 void rpcrdma_set_max_header_sizes(struct rpcrdma_ep *ep) in rpcrdma_set_max_header_sizes() 130 struct rpcrdma_ep *ep = r_xprt->rx_ep; in rpcrdma_args_inline() local 396 struct rpcrdma_ep *ep = r_xprt->rx_ep; in rpcrdma_encode_write_list() local
|
D | transport.c | 486 struct rpcrdma_ep *ep = r_xprt->rx_ep; in xprt_rdma_connect() local
|
/net/qrtr/ |
D | smd.c | 14 struct qrtr_endpoint ep; member 40 static int qcom_smd_qrtr_send(struct qrtr_endpoint *ep, struct sk_buff *skb) in qcom_smd_qrtr_send()
|
D | mhi.c | 15 struct qrtr_endpoint ep; member 48 static int qcom_mhi_qrtr_send(struct qrtr_endpoint *ep, struct sk_buff *skb) in qcom_mhi_qrtr_send()
|
D | tun.c | 13 struct qrtr_endpoint ep; member 19 static int qrtr_tun_send(struct qrtr_endpoint *ep, struct sk_buff *skb) in qrtr_tun_send()
|
D | af_qrtr.c | 126 struct qrtr_endpoint *ep; member 433 int qrtr_endpoint_post(struct qrtr_endpoint *ep, const void *data, size_t len) in qrtr_endpoint_post() 580 int qrtr_endpoint_register(struct qrtr_endpoint *ep, unsigned int nid) in qrtr_endpoint_register() 615 void qrtr_endpoint_unregister(struct qrtr_endpoint *ep) in qrtr_endpoint_unregister()
|
/net/netfilter/ipvs/ |
D | ip_vs_ftp.c | 187 const char *ep; in ip_vs_ftp_get_addrport() local
|
D | ip_vs_lblcr.c | 152 struct ip_vs_dest_set_elem *e, *ep; in ip_vs_dest_set_eraseall() local
|
/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 206 char *ep; in rsi_parse() local
|
/net/sunrpc/ |
D | cache.c | 1514 char *ep; in write_flush() local
|
/net/xfrm/ |
D | xfrm_user.c | 1049 static int copy_to_user_encap(struct xfrm_encap_tmpl *ep, struct sk_buff *skb) in copy_to_user_encap()
|