Searched refs:udest (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c968 struct ip_vs_dest_user_kern *udest, int add)
976 BUG_ON(!add && udest->af != dest->af);
978 if (add && udest->af != svc->af)
982 if (add || udest->weight != 0)
983 atomic_set(&dest->last_weight, udest->weight);
986 atomic_set(&dest->weight, udest->weight);
987 conn_flags = udest->conn_flags & IP_VS_CONN_F_DEST_MASK;
991 if ((udest->conn_flags & IP_VS_CONN_F_FWD_MASK) !=
993 udest->tun_type != dest->tun_type ||
994 udest
967 __ip_vs_update_dest(struct ip_vs_service *svc, struct ip_vs_dest *dest, struct ip_vs_dest_user_kern *udest, int add) argument
1058 ip_vs_new_dest(struct ip_vs_service *svc, struct ip_vs_dest_user_kern *udest) argument
1127 ip_vs_add_dest(struct ip_vs_service *svc, struct ip_vs_dest_user_kern *udest) argument
1198 ip_vs_edit_dest(struct ip_vs_service *svc, struct ip_vs_dest_user_kern *udest) argument
1304 ip_vs_del_dest(struct ip_vs_service *svc, struct ip_vs_dest_user_kern *udest) argument
2675 ip_vs_copy_udest_compat(struct ip_vs_dest_user_kern *udest, struct ip_vs_dest_user *udest_compat) argument
2700 struct ip_vs_dest_user_kern udest; local
3641 ip_vs_genl_parse_dest(struct ip_vs_dest_user_kern *udest, struct nlattr *nla, bool full_entry) argument
3915 struct ip_vs_dest_user_kern udest; local
[all...]

Completed in 112 milliseconds