Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 25 of 67) sorted by relevance

123

/net/netfilter/ipvs/
Dip_vs_dh.c54 struct ip_vs_dest __rcu *dest; /* real server (cache) */ member
107 struct ip_vs_dest *dest; in ip_vs_dh_reassign() local
142 struct ip_vs_dest *dest; in ip_vs_dh_flush() local
192 struct ip_vs_dest *dest) in ip_vs_dh_dest_changed()
207 static inline int is_overloaded(struct ip_vs_dest *dest) in is_overloaded()
219 struct ip_vs_dest *dest; in ip_vs_dh_schedule() local
Dip_vs_sh.c56 struct ip_vs_dest __rcu *dest; /* real server (cache) */ member
109 struct ip_vs_dest *dest; in ip_vs_sh_reassign() local
155 struct ip_vs_dest *dest; in ip_vs_sh_flush() local
205 struct ip_vs_dest *dest) in ip_vs_sh_dest_changed()
220 static inline int is_overloaded(struct ip_vs_dest *dest) in is_overloaded()
232 struct ip_vs_dest *dest; in ip_vs_sh_schedule() local
Dip_vs_wrr.c76 struct ip_vs_dest *dest; in ip_vs_wrr_gcd_weight() local
98 struct ip_vs_dest *dest; in ip_vs_wrr_max_weight() local
144 struct ip_vs_dest *dest) in ip_vs_wrr_dest_changed()
167 struct ip_vs_dest *dest, *last, *stop = NULL; in ip_vs_wrr_schedule() local
Dip_vs_ctl.c460 __ip_vs_bind_svc(struct ip_vs_dest *dest, struct ip_vs_service *svc) in __ip_vs_bind_svc()
474 __ip_vs_unbind_svc(struct ip_vs_dest *dest) in __ip_vs_unbind_svc()
510 static void ip_vs_rs_hash(struct netns_ipvs *ipvs, struct ip_vs_dest *dest) in ip_vs_rs_hash()
528 static void ip_vs_rs_unhash(struct ip_vs_dest *dest) in ip_vs_rs_unhash()
545 struct ip_vs_dest *dest; in ip_vs_has_real_service() local
573 struct ip_vs_dest *dest; in ip_vs_lookup_dest() local
605 struct ip_vs_dest *dest; in ip_vs_find_dest() local
631 static void __ip_vs_dst_cache_reset(struct ip_vs_dest *dest) in __ip_vs_dst_cache_reset()
656 struct ip_vs_dest *dest; in ip_vs_trash_get_dest() local
698 static void ip_vs_dest_free(struct ip_vs_dest *dest) in ip_vs_dest_free()
[all …]
Dip_vs_lblcr.c92 struct ip_vs_dest __rcu *dest; /* destination server */ member
104 struct ip_vs_dest *dest, bool check) in ip_vs_dest_set_insert()
133 ip_vs_dest_set_erase(struct ip_vs_dest_set *set, struct ip_vs_dest *dest) in ip_vs_dest_set_erase()
175 struct ip_vs_dest *dest, *least; in ip_vs_dest_set_min() local
227 struct ip_vs_dest *dest, *most; in ip_vs_dest_set_max() local
375 struct ip_vs_dest *dest) in ip_vs_lblcr_new()
578 struct ip_vs_dest *dest, *least; in __ip_vs_lblcr_schedule() local
638 is_overloaded(struct ip_vs_dest *dest, struct ip_vs_service *svc) in is_overloaded()
662 struct ip_vs_dest *dest; in ip_vs_lblcr_schedule() local
Dip_vs_nq.c44 ip_vs_nq_dest_overhead(struct ip_vs_dest *dest) in ip_vs_nq_dest_overhead()
60 struct ip_vs_dest *dest, *least = NULL; in ip_vs_nq_schedule() local
Dip_vs_sed.c48 ip_vs_sed_dest_overhead(struct ip_vs_dest *dest) in ip_vs_sed_dest_overhead()
64 struct ip_vs_dest *dest, *least; in ip_vs_sed_schedule() local
Dip_vs_lblc.c96 struct ip_vs_dest __rcu *dest; /* real server (cache) */ member
135 struct ip_vs_dest *dest; in ip_vs_lblc_free() local
201 struct ip_vs_dest *dest) in ip_vs_lblc_new()
411 struct ip_vs_dest *dest, *least; in __ip_vs_lblc_schedule() local
470 is_overloaded(struct ip_vs_dest *dest, struct ip_vs_service *svc) in is_overloaded()
494 struct ip_vs_dest *dest = NULL; in ip_vs_lblc_schedule() local
Dip_vs_rr.c38 static int ip_vs_rr_del_dest(struct ip_vs_service *svc, struct ip_vs_dest *dest) in ip_vs_rr_del_dest()
61 struct ip_vs_dest *dest, *last; in ip_vs_rr_schedule() local
Dip_vs_conn.c536 static inline int ip_vs_dest_totalconns(struct ip_vs_dest *dest) in ip_vs_dest_totalconns()
547 ip_vs_bind_dest(struct ip_vs_conn *cp, struct ip_vs_dest *dest) in ip_vs_bind_dest()
616 struct ip_vs_dest *dest; in ip_vs_try_bind_dest() local
663 struct ip_vs_dest *dest = cp->dest; in ip_vs_unbind_dest() local
709 struct ip_vs_dest *dest) in expire_quiescent_template()
726 struct ip_vs_dest *dest = ct->dest; in ip_vs_check_template() local
854 struct ip_vs_dest *dest, __u32 fwmark) in ip_vs_conn_new()
Dip_vs_lc.c31 struct ip_vs_dest *dest, *least = NULL; in ip_vs_lc_schedule() local
Dip_vs_wlc.c36 struct ip_vs_dest *dest, *least; in ip_vs_wlc_schedule() local
Dip_vs_xmit.c73 __ip_vs_dst_set(struct ip_vs_dest *dest, struct ip_vs_dest_dst *dest_dst, in __ip_vs_dst_set()
92 __ip_vs_dst_check(struct ip_vs_dest *dest) in __ip_vs_dst_check()
161 __ip_vs_get_out_rt(struct sk_buff *skb, struct ip_vs_dest *dest, in __ip_vs_get_out_rt()
341 __ip_vs_get_out_rt_v6(struct sk_buff *skb, struct ip_vs_dest *dest, in __ip_vs_get_out_rt_v6()
/net/bridge/
Dbr_input.c62 const unsigned char *dest = eth_hdr(skb)->h_dest; in br_handle_frame_finish() local
157 const unsigned char *dest = eth_hdr(skb)->h_dest; in br_handle_frame() local
Dbr_stp_bpdu.c61 static inline void br_set_ticks(unsigned char *dest, int j) in br_set_ticks()
143 const unsigned char *dest = eth_hdr(skb)->h_dest; in br_stp_rcv() local
/net/tipc/
Ddiscover.c59 struct tipc_media_addr dest; member
123 u32 dest = msg_dest_domain(msg); in tipc_disc_recv_msg() local
350 struct tipc_media_addr *dest, u32 dest_domain) in tipc_disc_create()
Dbearer.c264 void tipc_bearer_add_dest(struct tipc_bearer *b_ptr, u32 dest) in tipc_bearer_add_dest()
271 void tipc_bearer_remove_dest(struct tipc_bearer *b_ptr, u32 dest) in tipc_bearer_remove_dest()
Dsocket.c456 static int dest_name_check(struct sockaddr_tipc *dest, struct msghdr *m) in dest_name_check()
496 struct sockaddr_tipc *dest = (struct sockaddr_tipc *)m->msg_name; in send_msg() local
606 struct sockaddr_tipc *dest = (struct sockaddr_tipc *)m->msg_name; in send_packet() local
1375 static int connect(struct socket *sock, struct sockaddr *dest, int destlen, in connect()
/net/ax25/
Dax25_addr.c160 ax25_address *src, ax25_address *dest, ax25_digi *digi, int *flags, in ax25_addr_parse()
219 const ax25_address *dest, const ax25_digi *d, int flag, int modulus) in ax25_addr_build()
/net/802/
Dp8022.c29 unsigned char *dest) in p8022_request()
Dpsnap.c86 struct sk_buff *skb, u8 *dest) in snap_request()
/net/sctp/
Dbind_addr.c65 int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest, in sctp_bind_addr_copy()
110 int sctp_bind_addr_dup(struct sctp_bind_addr *dest, in sctp_bind_addr_dup()
444 static int sctp_copy_one_addr(struct net *net, struct sctp_bind_addr *dest, in sctp_copy_one_addr()
/net/rds/
Dtcp_connect.c78 struct sockaddr_in src, dest; in rds_tcp_conn_connect() local
/net/rose/
Drose_loopback.c70 rose_address *dest; in rose_loopback_timer() local
/net/llc/
Dllc_input.c159 int dest; in llc_rcv() local

123