Home
last modified time | relevance | path

Searched defs:ep (Results 1 – 16 of 16) sorted by relevance

/net/sctp/
Dendpointola.c64 static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep, in sctp_endpoint_init()
192 struct sctp_endpoint *ep; in sctp_endpoint_new() local
211 void sctp_endpoint_add_asoc(struct sctp_endpoint *ep, in sctp_endpoint_add_asoc()
234 void sctp_endpoint_free(struct sctp_endpoint *ep) in sctp_endpoint_free()
247 static void sctp_endpoint_destroy(struct sctp_endpoint *ep) in sctp_endpoint_destroy()
286 void sctp_endpoint_hold(struct sctp_endpoint *ep) in sctp_endpoint_hold()
294 void sctp_endpoint_put(struct sctp_endpoint *ep) in sctp_endpoint_put()
301 struct sctp_endpoint *sctp_endpoint_is_match(struct sctp_endpoint *ep, in sctp_endpoint_is_match()
322 const struct sctp_endpoint *ep, in __sctp_endpoint_lookup_assoc()
367 const struct sctp_endpoint *ep, in sctp_endpoint_lookup_assoc()
[all …]
Dsm_statefuns.c222 const struct sctp_endpoint *ep, in sctp_sf_do_4_C()
308 const struct sctp_endpoint *ep, in sctp_sf_do_5_1B_init()
504 const struct sctp_endpoint *ep, in sctp_sf_do_5_1C_ack()
654 const struct sctp_endpoint *ep, in sctp_sf_do_5_1D_ce()
878 const struct sctp_endpoint *ep, in sctp_sf_do_5_1E_ca()
955 static sctp_disposition_t sctp_sf_heartbeat(const struct sctp_endpoint *ep, in sctp_sf_heartbeat()
981 const struct sctp_endpoint *ep, in sctp_sf_sendbeat_8_3()
1052 const struct sctp_endpoint *ep, in sctp_sf_beat_8_3()
1126 const struct sctp_endpoint *ep, in sctp_sf_backbeat_8_3()
1210 struct sctp_endpoint *ep; in sctp_sf_send_restart_abort() local
[all …]
Dauth.c364 int sctp_auth_asoc_copy_shkeys(const struct sctp_endpoint *ep, in sctp_auth_asoc_copy_shkeys()
448 int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp) in sctp_auth_init_hmacs()
613 struct sctp_endpoint *ep; in sctp_auth_asoc_set_default_hmac() local
772 int sctp_auth_ep_add_chunkid(struct sctp_endpoint *ep, __u8 chunk_id) in sctp_auth_ep_add_chunkid()
794 int sctp_auth_ep_set_hmacs(struct sctp_endpoint *ep, in sctp_auth_ep_set_hmacs()
831 int sctp_auth_set_key(struct sctp_endpoint *ep, in sctp_auth_set_key()
892 int sctp_auth_set_active_key(struct sctp_endpoint *ep, in sctp_auth_set_active_key()
925 int sctp_auth_del_key_id(struct sctp_endpoint *ep, in sctp_auth_del_key_id()
Dinput.c126 struct sctp_endpoint *ep = NULL; in sctp_rcv() local
730 static void __sctp_hash_endpoint(struct sctp_endpoint *ep) in __sctp_hash_endpoint()
747 void sctp_hash_endpoint(struct sctp_endpoint *ep) in sctp_hash_endpoint()
755 static void __sctp_unhash_endpoint(struct sctp_endpoint *ep) in __sctp_unhash_endpoint()
773 void sctp_unhash_endpoint(struct sctp_endpoint *ep) in sctp_unhash_endpoint()
786 struct sctp_endpoint *ep; in __sctp_rcv_lookup_endpoint() local
Dassociola.c73 const struct sctp_endpoint *ep, in sctp_association_init()
352 struct sctp_association *sctp_association_new(const struct sctp_endpoint *ep, in sctp_association_new()
1116 struct sctp_endpoint *ep; in sctp_assoc_bh_rcv() local
Dsocket.c340 struct sctp_endpoint *ep = sp->ep; in sctp_do_bind() local
523 struct sctp_endpoint *ep; in sctp_send_asconf_add_ip() local
645 struct sctp_endpoint *ep = sp->ep; in sctp_bindx_rem() local
727 struct sctp_endpoint *ep; in sctp_send_asconf_del_ip() local
1061 struct sctp_endpoint *ep; in __sctp_connect() local
1470 struct sctp_endpoint *ep; in sctp_close() local
1583 struct sctp_endpoint *ep; in sctp_sendmsg() local
3770 struct sctp_endpoint *ep; in sctp_accept() local
3865 struct sctp_endpoint *ep; in sctp_init_sock() local
4042 struct sctp_endpoint *ep; in sctp_shutdown() local
[all …]
Dprobe.c126 const struct sctp_endpoint *ep, in jsctp_sf_eat_sack()
Dsm_sideeffect.c1108 struct sctp_endpoint *ep, in sctp_do_sm()
1151 struct sctp_endpoint *ep, in sctp_side_effects()
1236 struct sctp_endpoint *ep, in sctp_cmd_interpreter()
Dsm_make_chunk.c1550 struct sctp_association *sctp_make_temp_asoc(const struct sctp_endpoint *ep, in sctp_make_temp_asoc()
1582 static sctp_cookie_param_t *sctp_pack_cookie(const struct sctp_endpoint *ep, in sctp_pack_cookie()
1671 const struct sctp_endpoint *ep, in sctp_unpack_cookie()
2679 __u32 sctp_generate_tag(const struct sctp_endpoint *ep) in sctp_generate_tag()
2694 __u32 sctp_generate_tsn(const struct sctp_endpoint *ep) in sctp_generate_tsn()
Dproc.c214 struct sctp_endpoint *ep; in sctp_eps_seq_show() local
/net/sunrpc/xprtrdma/
Dverbs.c120 struct rpcrdma_ep *ep = context; in rpcrdma_qp_async_error_upcall() local
134 struct rpcrdma_ep *ep = context; in rpcrdma_cq_async_error_upcall() local
289 struct rpcrdma_ep *ep = &xprt->rx_ep; in rpcrdma_conn_upcall() local
639 rpcrdma_ep_create(struct rpcrdma_ep *ep, struct rpcrdma_ia *ia, in rpcrdma_ep_create()
790 rpcrdma_ep_destroy(struct rpcrdma_ep *ep, struct rpcrdma_ia *ia) in rpcrdma_ep_destroy()
825 rpcrdma_ep_connect(struct rpcrdma_ep *ep, struct rpcrdma_ia *ia) in rpcrdma_ep_connect()
943 rpcrdma_ep_disconnect(struct rpcrdma_ep *ep, struct rpcrdma_ia *ia) in rpcrdma_ep_disconnect()
966 rpcrdma_buffer_create(struct rpcrdma_buffer *buf, struct rpcrdma_ep *ep, in rpcrdma_buffer_create()
1889 struct rpcrdma_ep *ep, in rpcrdma_ep_post()
1939 struct rpcrdma_ep *ep, in rpcrdma_ep_post_recv()
Drpc_rdma.c541 struct rpcrdma_ep *ep = &r_xprt->rx_ep; in rpcrdma_marshal_req() local
692 rpcrdma_conn_func(struct rpcrdma_ep *ep) in rpcrdma_conn_func()
Dxprt_rdma.h91 #define INIT_CQCOUNT(ep) atomic_set(&(ep)->rep_cqcount, (ep)->rep_cqinit) argument
92 #define DECR_CQCOUNT(ep) atomic_sub_return(1, &(ep)->rep_cqcount) argument
/net/netfilter/ipvs/
Dip_vs_lblcr.c155 struct ip_vs_dest_set_elem *e, *ep; in ip_vs_dest_set_eraseall() local
/net/sunrpc/auth_gss/
Dsvcauth_gss.c190 char *ep; in rsi_parse() local
/net/sunrpc/
Dcache.c1442 char *bp, *ep; in write_flush() local