Home
last modified time | relevance | path

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

/net/dccp/
Dqpolicy.c73 void (*push) (struct sock *sk, struct sk_buff *skb); member
80 .push = qpolicy_simple_push,
86 .push = qpolicy_simple_push,
98 qpol_table[dccp_sk(sk)->dccps_qpolicy].push(sk, skb); in dccp_qpolicy_push()
/net/atm/
Draw.c61 vcc->push = atm_push_raw; in atm_init_aal0()
70 vcc->push = atm_push_raw; in atm_init_aal34()
79 vcc->push = atm_push_raw; in atm_init_aal5()
Dpppoatm.c172 atmvcc->push = pvcc->old_push; in pppoatm_unassign_vcc()
192 atmvcc->push(atmvcc, NULL); /* Pass along bad news */ in pppoatm_push()
415 pvcc->old_push = atmvcc->push; in pppoatm_assign_vcc()
432 atmvcc->push = pppoatm_push; in pppoatm_assign_vcc()
454 if (cmd != ATM_SETBACKEND && atmvcc->push != pppoatm_push) in pppoatm_ioctl()
Dclip.c416 if (!vcc->push) in clip_mkip()
430 clip_vcc->old_push = vcc->push; in clip_mkip()
432 vcc->push = clip_push; in clip_mkip()
449 if (vcc->push != clip_push) { in clip_setentry()
646 vcc->push = NULL; in atm_init_atmarp()
Dbr2684.c559 if (atmvcc->push == NULL) { in br2684_regvcc()
591 brvcc->old_push = atmvcc->push; in br2684_regvcc()
596 atmvcc->push = br2684_push; in br2684_regvcc()
747 if (atmvcc->push != br2684_push) in br2684_ioctl()
Dcommon.c166 vcc->push = NULL; in vcc_create()
187 if (vcc->push) in vcc_destroy_socket()
188 vcc->push(vcc, NULL); /* atmarpd has no push */ in vcc_destroy_socket()
244 vcc->push(vcc, skb); in vcc_process_recv_queue()
Dlec.c711 &ioc_data, vcc, vcc->push); in lec_vcc_attach()
713 vcc->push = lec_push; in lec_vcc_attach()
1279 vcc->push = entry->old_push; in lec_arp_clear_vccs()
1284 entry->recv_vcc->push = entry->old_recv_push; in lec_arp_clear_vccs()
2185 to_add->old_push = vcc->push; in lec_mcast_make()
2186 vcc->push = lec_push; in lec_mcast_make()
Dmpc.c646 vcc->push = mpc_push; in atm_mpoa_vcc_attach()