Searched refs:pkc (Results 1 - 1 of 1) sorted by relevance

/net/packet/
H A Daf_packet.c509 static void prb_del_retire_blk_timer(struct tpacket_kbdq_core *pkc) argument
511 del_timer_sync(&pkc->retire_blk_timer);
518 struct tpacket_kbdq_core *pkc; local
520 pkc = tx_ring ? GET_PBDQC_FROM_RB(&po->tx_ring) :
524 pkc->delete_blk_timer = 1;
527 prb_del_retire_blk_timer(pkc);
531 struct tpacket_kbdq_core *pkc,
534 init_timer(&pkc->retire_blk_timer);
535 pkc->retire_blk_timer.data = (long)po;
536 pkc
530 prb_init_blk_timer(struct packet_sock *po, struct tpacket_kbdq_core *pkc, void (*func) (unsigned long)) argument
542 struct tpacket_kbdq_core *pkc; local
638 _prb_refresh_rx_retire_blk_timer(struct tpacket_kbdq_core *pkc) argument
671 struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(&po->rx_ring); local
815 prb_thaw_queue(struct tpacket_kbdq_core *pkc) argument
887 prb_freeze_queue(struct tpacket_kbdq_core *pkc, struct packet_sock *po) argument
902 prb_dispatch_next_block(struct tpacket_kbdq_core *pkc, struct packet_sock *po) argument
927 prb_retire_current_block(struct tpacket_kbdq_core *pkc, struct packet_sock *po, unsigned int status) argument
954 prb_curr_blk_in_use(struct tpacket_kbdq_core *pkc, struct tpacket_block_desc *pbd) argument
960 prb_queue_frozen(struct tpacket_kbdq_core *pkc) argument
967 struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(rb); local
971 prb_fill_rxhash(struct tpacket_kbdq_core *pkc, struct tpacket3_hdr *ppd) argument
977 prb_clear_rxhash(struct tpacket_kbdq_core *pkc, struct tpacket3_hdr *ppd) argument
983 prb_fill_vlan_info(struct tpacket_kbdq_core *pkc, struct tpacket3_hdr *ppd) argument
997 prb_run_all_ft_ops(struct tpacket_kbdq_core *pkc, struct tpacket3_hdr *ppd) argument
1009 prb_fill_curr_block(char *curr, struct tpacket_kbdq_core *pkc, struct tpacket_block_desc *pbd, unsigned int len) argument
1033 struct tpacket_kbdq_core *pkc; local
1114 struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(rb); local
[all...]

Completed in 40 milliseconds