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

/net/packet/
H A Ddiag.c12 static int pdiag_put_info(const struct packet_sock *po, struct sk_buff *nlskb) argument
16 pinfo.pdi_index = po->ifindex;
17 pinfo.pdi_version = po->tp_version;
18 pinfo.pdi_reserve = po->tp_reserve;
19 pinfo.pdi_copy_thresh = po->copy_thresh;
20 pinfo.pdi_tstamp = po->tp_tstamp;
23 if (po->running)
25 if (po->auxdata)
27 if (po->origdev)
29 if (po
37 pdiag_put_mclist(const struct packet_sock *po, struct sk_buff *nlskb) argument
98 pdiag_put_rings_cfg(struct packet_sock *po, struct sk_buff *skb) argument
113 pdiag_put_fanout(struct packet_sock *po, struct sk_buff *nlskb) argument
137 struct packet_sock *po = pkt_sk(sk); local
[all...]
H A Daf_packet.c189 static int tpacket_snd(struct packet_sock *po, struct msghdr *msg);
193 static void *packet_previous_frame(struct packet_sock *po,
237 static void __fanout_unlink(struct sock *sk, struct packet_sock *po);
238 static void __fanout_link(struct sock *sk, struct packet_sock *po);
277 static struct net_device *packet_cached_dev_get(struct packet_sock *po) argument
282 dev = rcu_dereference(po->cached_dev);
290 static void packet_cached_dev_assign(struct packet_sock *po, argument
293 rcu_assign_pointer(po->cached_dev, dev);
296 static void packet_cached_dev_reset(struct packet_sock *po) argument
298 RCU_INIT_POINTER(po
301 packet_use_direct_xmit(const struct packet_sock *po) argument
333 struct packet_sock *po = pkt_sk(sk); local
355 struct packet_sock *po = pkt_sk(sk); local
375 struct packet_sock *po = pkt_sk(sk); local
388 __packet_set_status(struct packet_sock *po, void *frame, int status) argument
411 __packet_get_status(struct packet_sock *po, void *frame) argument
449 __packet_set_timestamp(struct packet_sock *po, void *frame, struct sk_buff *skb) argument
482 packet_lookup_frame(struct packet_sock *po, struct packet_ring_buffer *rb, unsigned int position, int status) argument
502 packet_current_frame(struct packet_sock *po, struct packet_ring_buffer *rb, int status) argument
514 prb_shutdown_retire_blk_timer(struct packet_sock *po, int tx_ring, struct sk_buff_head *rb_queue) argument
530 prb_init_blk_timer(struct packet_sock *po, struct tpacket_kbdq_core *pkc, void (*func) (unsigned long)) argument
540 prb_setup_retire_blk_timer(struct packet_sock *po, int tx_ring) argument
552 prb_calc_retire_blk_tmo(struct packet_sock *po, int blk_size_in_bytes) argument
601 init_prb_bdqc(struct packet_sock *po, struct packet_ring_buffer *rb, struct pgv *pg_vec, union tpacket_req_u *req_u, int tx_ring) argument
670 struct packet_sock *po = (struct packet_sock *)data; local
780 prb_close_block(struct tpacket_kbdq_core *pkc1, struct tpacket_block_desc *pbd1, struct packet_sock *po, unsigned int stat) 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
1027 __packet_lookup_frame_in_block(struct packet_sock *po, struct sk_buff *skb, int status, unsigned int len ) argument
1089 packet_current_rx_frame(struct packet_sock *po, struct sk_buff *skb, int status, unsigned int len) argument
1109 prb_lookup_block(struct packet_sock *po, struct packet_ring_buffer *rb, unsigned int idx, int status) argument
1133 __prb_previous_block(struct packet_sock *po, struct packet_ring_buffer *rb, int status) argument
1141 packet_previous_rx_frame(struct packet_sock *po, struct packet_ring_buffer *rb, int status) argument
1151 packet_increment_rx_head(struct packet_sock *po, struct packet_ring_buffer *rb) argument
1166 packet_previous_frame(struct packet_sock *po, struct packet_ring_buffer *rb, int status) argument
1204 packet_alloc_pending(struct packet_sock *po) argument
1215 packet_free_pending(struct packet_sock *po) argument
1220 packet_rcv_has_room(struct packet_sock *po, struct sk_buff *skb) argument
1340 struct packet_sock *po; local
1390 __fanout_link(struct sock *sk, struct packet_sock *po) argument
1401 __fanout_unlink(struct sock *sk, struct packet_sock *po) argument
1427 struct packet_sock *po = pkt_sk(sk); local
1506 struct packet_sock *po = pkt_sk(sk); local
1754 struct packet_sock *po; local
1865 struct packet_sock *po; local
2082 struct packet_sock *po = pkt_sk(skb->sk); local
2098 tpacket_fill_skb(struct packet_sock *po, struct sk_buff *skb, void *frame, struct net_device *dev, int size_max, __be16 proto, unsigned char *addr, int hlen) argument
2222 tpacket_snd(struct packet_sock *po, struct msghdr *msg) argument
2399 struct packet_sock *po = pkt_sk(sk); local
2580 struct packet_sock *po = pkt_sk(sk); local
2596 struct packet_sock *po; local
2661 struct packet_sock *po = pkt_sk(sk); local
2782 struct packet_sock *po; local
3037 struct packet_sock *po = pkt_sk(sk); local
3103 struct packet_sock *po = pkt_sk(sk); local
3184 struct packet_sock *po = pkt_sk(sk); local
3207 struct packet_sock *po = pkt_sk(sk); local
3417 struct packet_sock *po = pkt_sk(sk); local
3524 struct packet_sock *po = pkt_sk(sk); local
3623 struct packet_sock *po = pkt_sk(sk); local
3744 struct packet_sock *po = pkt_sk(sk); local
3895 struct packet_sock *po = pkt_sk(sk); local
4034 const struct packet_sock *po = pkt_sk(s); local
[all...]
/net/ceph/
H A Dpagevec.c103 int po = off & ~PAGE_CACHE_MASK; local
108 l = min_t(int, PAGE_CACHE_SIZE-po, left);
109 bad = copy_from_user(page_address(pages[i]) + po, data, l);
114 po += l - bad;
115 if (po == PAGE_CACHE_SIZE) {
116 po = 0;
129 size_t po = off & ~PAGE_CACHE_MASK; local
133 size_t l = min_t(size_t, PAGE_CACHE_SIZE-po, left);
135 memcpy(page_address(pages[i]) + po, data, l);
138 po
152 size_t po = off & ~PAGE_CACHE_MASK; local
[all...]
/net/l2tp/
H A Dl2tp_ppp.c233 struct pppox_sock *po; local
254 po = pppox_sk(sk);
255 ppp_input(&po->chan, skb);
581 struct pppox_sock *po = pppox_sk(ps->sock); local
582 if (po)
583 seq_printf(m, " interface %s\n", ppp_dev_name(&po->chan));
595 struct pppox_sock *po = pppox_sk(sk); local
781 po->chan.hdrlen = PPPOL2TP_L2TP_HDR_SIZE_NOSEQ;
783 po->chan.private = sk;
784 po
1311 struct pppox_sock *po = pppox_sk(ssk); local
1648 struct pppox_sock *po = pppox_sk(ps->sock); local
[all...]
/net/core/
H A Ddev.c456 * @po: protocol offload declaration
466 void dev_add_offload(struct packet_offload *po) argument
471 list_add_rcu(&po->list, head);
478 * @po: packet offload declaration
489 static void __dev_remove_offload(struct packet_offload *po) argument
497 if (po == po1) {
498 list_del_rcu(&po->list);
503 pr_warn("dev_remove_offload: %p not found\n", po);
510 * @po: packet offload declaration
520 void dev_remove_offload(struct packet_offload *po) argument
[all...]

Completed in 114 milliseconds