Searched refs:SET_INTERSECT (Results 1 – 1 of 1) sorted by relevance
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_optimize.c | 197 #define SET_INTERSECT(a, b, n)\ macro 300 SET_INTERSECT(JT(b)->dom, b->dom, nodewords); 301 SET_INTERSECT(JF(b)->dom, b->dom, nodewords); 312 SET_INTERSECT(ep->succ->et.edom, ep->edom, edgewords); 313 SET_INTERSECT(ep->succ->ef.edom, ep->edom, edgewords);
|