Searched refs:ptype_specific (Results 1 – 5 of 5) 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()
432 INIT_LIST_HEAD(&net->ptype_specific); in preinit_net()
605 return &pt->dev->ptype_specific; in ptype_head()607 return pt->af_packet_net ? &pt->af_packet_net->ptype_specific : in ptype_head()6218 &dev_net_rcu(skb->dev)->ptype_specific); in __netif_receive_skb_core()6222 &orig_dev->ptype_specific); in __netif_receive_skb_core()6226 &skb->dev->ptype_specific); in __netif_receive_skb_core()11803 BUG_ON(!list_empty(&dev->ptype_specific)); in netdev_run_todo()12167 INIT_LIST_HEAD(&dev->ptype_specific); in alloc_netdev_mqs()13335 CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_rx, ptype_specific); in net_dev_struct_check()
88 struct list_head ptype_specific; member
2217 struct list_head ptype_specific; member