Home
last modified time | relevance | path

Searched refs:hn0 (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c134 hash_key_new = READ_ONCE(cp->hn0.hash_key); in conn_tab_lock()
275 WRITE_ONCE(cp->hn0.hash_key, hash_key); in ip_vs_conn_hash()
278 hlist_bl_add_head_rcu(&cp->hn0.node, head); in ip_vs_conn_hash()
311 hash_key = READ_ONCE(cp->hn0.hash_key); in ip_vs_conn_unlink()
321 hlist_bl_del_rcu(&cp->hn0.node); in ip_vs_conn_unlink()
645 hn = dir ? &cp->hn1 : &cp->hn0; in ip_vs_conn_fill_cport()
1368 INIT_HLIST_BL_NODE(&cp->hn0.node); in ip_vs_conn_new()
1372 cp->hn0.dir = 0; in ip_vs_conn_new()
/linux/include/net/
H A Dip_vs.h801 struct ip_vs_conn_hnode hn0; /* Original direction */ member
1661 return container_of(hn, struct ip_vs_conn, hn0); in ip_vs_hn0_to_conn()
1668 container_of(hn, struct ip_vs_conn, hn0); in ip_vs_hn_to_conn()