Searched refs:ptype_specific (Results 1 – 6 of 6) sorted by relevance
206 list_for_each_entry_rcu(pt, &seq_file_net(seq)->ptype_specific, list) { in ptype_get_idx()263 if (nxt != &net->ptype_all && nxt != &net->ptype_specific) in ptype_seq_next()268 nxt = READ_ONCE(net->ptype_specific.next); in ptype_seq_next()269 if (nxt != &net->ptype_specific) in ptype_seq_next()
605 return &pt->dev->ptype_specific; in ptype_head()607 return pt->af_packet_net ? &pt->af_packet_net->ptype_specific : in ptype_head()6121 &dev_net_rcu(skb->dev)->ptype_specific); in __netif_receive_skb_core()6125 &orig_dev->ptype_specific); in __netif_receive_skb_core()6129 &skb->dev->ptype_specific); in __netif_receive_skb_core()11716 BUG_ON(!list_empty(&dev->ptype_specific)); in netdev_run_todo()12075 INIT_LIST_HEAD(&dev->ptype_specific); in alloc_netdev_mqs()13112 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_rx, ptype_specific); in net_dev_struct_check()
428 INIT_LIST_HEAD(&net->ptype_specific); in preinit_net()
26 struct list_head ptype_specific read_mostly …
88 struct list_head ptype_specific;87 struct list_head ptype_specific; global() member
2165 struct list_head ptype_specific; member