Lines Matching refs:one
1186 * the user. There must be either one "%d" and no other "%"
1192 /* Use one page as a bit array of possible slots */
2040 /* Run per-netns notifier block chain first, then run the global one.
2041 * Hopefully, one day, the global one is going to be removed after
2247 * start_xmit function of one device into the receive queue
4413 * different from current CPU (one in the rx-queue flow
4414 * table entry), switch if one of the following holds:
4503 * Check if this softnet_data structure is another cpu one
5002 /* If there's at least one ingress present somewhere (so
5061 * Return true if there one.
5431 * - Only one packet_type matches.
5787 /* Queue one GRO_NORMAL SKB up for list processing. If batch size exceeded,
6451 * insure only one NAPI poll instance runs. We also make
6548 * because we will call napi->poll() one more time.
6946 /* upper master flag, there can only be one master device per list */
7913 * Adds a link to device which is upper to this one. The caller must hold
7940 * Adds a link to device which is upper to this one. In this case, only
7941 * one master upper device can be linked, although other non-master devices
7998 * Removes a link to device which is upper to this one. The caller must hold
9167 /* just one XDP mode bit should be set, zero defaults to drv/skb mode */
9169 NL_SET_ERR_MSG(extack, "Only one XDP mode flag can be set");
9175 "More than one program loaded, unset mode is ambiguous");
10869 /* If there is an ifindex conflict assign a new one */
10904 * namespace is different from the original one.
10955 /* Append NAPI poll list from offline CPU, with one exception :
10995 * netdev_increment_features - increment feature set by one
10997 * @one: new feature set
11001 * @one to the master device with current feature set @all. Will not
11005 netdev_features_t one, netdev_features_t mask)
11011 all |= one & (NETIF_F_ONE_FOR_ALL | NETIF_F_CSUM_MASK) & mask;
11012 all &= one | ~NETIF_F_ALL_FOR_ALL;
11014 /* If one device supports hw checksumming, set for all. */