Home
last modified time | relevance | path

Searched refs:new_in (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dliveness.c2275 u32 new_in = 0; in bpf_compute_live_registers() local
2280 new_in = (new_out & ~live->def) | live->use; in bpf_compute_live_registers()
2281 if (new_out != live->out || new_in != live->in) { in bpf_compute_live_registers()
2282 live->in = new_in; in bpf_compute_live_registers()
/linux/net/ipv4/
H A Digmp.c2149 int new_in, rv; in sf_setstate() local
2154 new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] && in sf_setstate()
2157 new_in = psf->sf_count[MCAST_INCLUDE] != 0; in sf_setstate()
2158 if (new_in) { in sf_setstate()
/linux/net/ipv6/
H A Dmcast.c2473 int new_in, rv; in sf_setstate() local
2480 new_in = mca_xcount == psf->sf_count[MCAST_EXCLUDE] && in sf_setstate()
2483 new_in = psf->sf_count[MCAST_INCLUDE] != 0; in sf_setstate()
2484 if (new_in) { in sf_setstate()