Lines Matching defs:data
1421 static int napi_threaded_poll(void *data);
1974 * @info: notifier information data
2004 * @info: notifier information data
2321 if (skb_network_header(skb2) < skb2->data ||
3339 *(__sum16 *)(skb->data + offset) = csum_fold(csum) ?: CSUM_MANGLED_0;
3380 *(__le32 *)(skb->data + offset) = crc32c_csum;
3397 eth = (struct ethhdr *)skb->data;
4698 static void rps_trigger_softirq(void *data)
4700 struct softnet_data *sd = data;
4709 static void trigger_rx_softirq(void *data)
4711 struct softnet_data *sd = data;
4871 mac_len = skb->data - skb_mac_header(skb);
4872 hard_start = skb->data - skb_headroom(skb);
4884 orig_data = xdp->data;
4885 eth = (struct ethhdr *)xdp->data;
4893 off = xdp->data - orig_data;
4907 skb_set_tail_pointer(skb, xdp->data_end - xdp->data);
4912 eth = (struct ethhdr *)xdp->data;
4935 metalen = xdp->data - xdp->data_meta;
5209 * early here to avoid data race between
5256 * @rx_handler_data: data pointer that is used by rx handler
5797 * netif_receive_skb() is the main receive data processing function.
5907 /* since we are under rtnl lock protection we can use static data
6685 static int napi_threaded_poll(void *data)
6687 struct napi_struct *napi = data;
6824 struct net_device *dev = (struct net_device *)priv->data;
6842 .data = (void *)upper_dev,
6866 .data = (void *)upper_dev,
7114 .data = (void *)upper_dev,
7781 .data = NULL,
7810 .data = NULL,
7863 .data = NULL,
7904 .data = NULL,
7931 .data = NULL,
7951 .data = NULL,
10730 * @sizeof_priv: size of private data to allocate space for
10737 * Allocates a struct net_device with private data area for driver use