Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c135 hash_key_new2 = READ_ONCE(cp->hn1.hash_key); in conn_tab_lock()
276 WRITE_ONCE(cp->hn1.hash_key, hash_key2); in ip_vs_conn_hash()
280 hlist_bl_add_head_rcu(&cp->hn1.node, head2); in ip_vs_conn_hash()
312 hash_key2 = READ_ONCE(cp->hn1.hash_key); in ip_vs_conn_unlink()
323 hlist_bl_del_rcu(&cp->hn1.node); in ip_vs_conn_unlink()
645 hn = dir ? &cp->hn1 : &cp->hn0; in ip_vs_conn_fill_cport()
733 WRITE_ONCE(cp->hn1.hash_key, hash_key_r); in ip_vs_conn_fill_cport()
889 WRITE_ONCE(cp->hn1.hash_key, hash_key); in conn_resize_work_handler()
1369 INIT_HLIST_BL_NODE(&cp->hn1.node); in ip_vs_conn_new()
1374 cp->hn1.dir = 1; in ip_vs_conn_new()
/linux/include/net/
H A Dip_vs.h804 struct ip_vs_conn_hnode hn1; /* Reply direction */ member
1667 return hn->dir ? container_of(hn, struct ip_vs_conn, hn1) : in ip_vs_hn_to_conn()