Home
last modified time | relevance | path

Searched refs:seqc (Results 1 – 4 of 4) sorted by relevance

/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c694 write_seqcount_begin(&t->seqc[hash_key & t->seqc_mask]); in ip_vs_conn_fill_cport()
708 write_seqcount_end(&t->seqc[hash_key & t->seqc_mask]); in ip_vs_conn_fill_cport()
746 write_seqcount_end(&t->seqc[hash_key & t->seqc_mask]); in ip_vs_conn_fill_cport()
872 write_seqcount_begin(&t->seqc[bucket & t->seqc_mask]); in conn_resize_work_handler()
898 write_seqcount_end(&t->seqc[bucket & t->seqc_mask]); in conn_resize_work_handler()
H A Dip_vs_core.c164 kvfree(t->seqc); in ip_vs_rht_free()
189 t->seqc = kvmalloc_array(scounts, sizeof(*t->seqc), GFP_KERNEL); in ip_vs_rht_alloc()
190 if (!t->seqc) in ip_vs_rht_alloc()
193 seqcount_init(&t->seqc[i]); in ip_vs_rht_alloc()
H A Dip_vs_ctl.c718 sc = &t->seqc[bucket & t->seqc_mask]; in svc_resize_work_handler()
/linux/include/net/
H A Dip_vs.h509 seqcount_t *seqc; /* Protects moves */ member
569 for (retry = 1, sc = &(t)->seqc[(bucket) & (t)->seqc_mask]; \