Home
last modified time | relevance | path

Searched refs:pop (Results 1 – 8 of 8) sorted by relevance

/net/atm/
Draw.c65 vcc->pop = atm_pop_raw; in atm_init_aal0()
74 vcc->pop = atm_pop_raw; in atm_init_aal34()
86 vcc->pop = atm_pop_raw; in atm_init_aal5()
Dpppoatm.c172 atmvcc->pop = pvcc->old_pop; in pppoatm_unassign_vcc()
408 pvcc->old_pop = atmvcc->pop; in pppoatm_assign_vcc()
424 atmvcc->pop = pppoatm_pop; in pppoatm_assign_vcc()
Dclip.c434 clip_vcc->old_pop = vcc->pop; in clip_mkip()
436 vcc->pop = clip_pop; in clip_mkip()
650 vcc->pop = NULL; /* crash */ in atm_init_atmarp()
Dlec.c702 vpriv->old_pop = vcc->pop; in lec_vcc_attach()
704 vcc->pop = lec_pop; in lec_vcc_attach()
1256 vcc->pop = vpriv->old_pop; in lec_arp_clear_vccs()
2124 vpriv->old_pop = vcc->pop; in lec_mcast_make()
2126 vcc->pop = lec_pop; in lec_mcast_make()
2130 vcc->pop = vpriv->old_pop; in lec_mcast_make()
Dbr2684.c592 brvcc->old_pop = atmvcc->pop; in br2684_regvcc()
597 atmvcc->pop = br2684_pop; in br2684_regvcc()
Dcommon.c163 vcc->pop = NULL; in vcc_create()
/net/core/
Dfilter.c2901 int pop; in BPF_CALL_4() local
2923 pop = len; in BPF_CALL_4()
2948 int b = sge->length - pop - a; in BPF_CALL_4()
2952 if (pop < sge->length - a) { in BPF_CALL_4()
2960 b, sge->offset + pop + a); in BPF_CALL_4()
2976 memcpy(to + a, from + a + pop, b); in BPF_CALL_4()
2980 pop = 0; in BPF_CALL_4()
2981 } else if (pop >= sge->length - a) { in BPF_CALL_4()
2982 pop -= (sge->length - a); in BPF_CALL_4()
3004 while (pop) { in BPF_CALL_4()
[all …]
/net/sched/
DKconfig802 Say Y here to push or pop MPLS headers.
813 Say Y here to push or pop vlan headers.