Searched defs:ip_vs_conn (Results 1 – 1 of 1) sorted by relevance
478 struct ip_vs_conn { struct479 struct hlist_node c_list; /* hashed list heads */481 struct net *net; /* Name space */484 u16 af; /* address family */485 __be16 cport;509 struct ip_vs_conn *control; /* Master control connection */ argument519 int (*packet_xmit)(struct sk_buff *skb, struct ip_vs_conn *cp, argument538 static inline struct net *ip_vs_conn_net(const struct ip_vs_conn *cp) in ip_vs_conn_net() argument