Searched defs:one (Results 1 - 8 of 8) sorted by relevance

/net/dccp/
H A Dsysctl.c23 one = 1, variable
62 .extra1 = &one,
/net/rxrpc/
H A Dsysctl.c19 static const unsigned one = 1; variable
46 .extra1 = (void *)&one,
54 .extra1 = (void *)&one,
62 .extra1 = (void *)&one,
72 .extra1 = (void *)&one,
80 .extra1 = (void *)&one,
90 .extra1 = (void *)&one,
98 .extra1 = (void *)&one,
108 .extra1 = (void *)&one,
117 .extra1 = (void *)&one,
[all...]
/net/ipv6/
H A Dsysctl_net_ipv6.c19 static int one = 1; variable
74 .extra1 = &one
/net/core/
H A Dsysctl_net_core.c26 static int one = 1; variable
226 .extra1 = &one,
234 .extra1 = &one,
242 .extra1 = &one,
250 .extra1 = &one,
H A Ddev.c981 * the user. There must be either one "%d" and no other "%"
987 /* Use one page as a bit array of possible slots */
1716 * start_xmit function of one device into the receive queue
3141 * different from current CPU (one in the rx-queue flow
3142 * table entry), switch if one of the following holds:
3229 * Check if this softnet_data structure is another cpu one
4595 /* upper master flag, there can only be one master device per list */
5166 * Adds a link to device which is upper to this one. The caller must hold
5183 * Adds a link to device which is upper to this one. In this case, only
5184 * one maste
7017 netdev_increment_features(netdev_features_t all, netdev_features_t one, netdev_features_t mask) argument
[all...]
/net/ipv4/
H A Dsysctl_net_ipv4.c30 static int one = 1; variable
468 .extra1 = &one
533 .extra1 = &one,
548 .extra1 = &one,
737 .extra2 = &one,
775 .extra1 = &one
783 .extra1 = &one
/net/sctp/
H A Dsysctl.c44 static int one = 1; variable
45 static int timer_max = 86400000; /* ms in one day */
114 .extra1 = &one,
123 .extra1 = &one,
182 .extra1 = &one,
200 .extra1 = &one,
209 .extra1 = &one,
218 .extra1 = &one,
227 .extra1 = &one,
303 .extra1 = &one,
[all...]
/net/sunrpc/
H A Dsvcsock.c11 * is that we currently do two separate recvfrom's, one for the 4-byte
561 * for one reply per thread. We count all threads
721 int err, level, optname, one = 1; local
730 * receive and respond to one request.
755 (char *)&one, sizeof(one));
776 * when one of child sockets become ESTABLISHED.
1408 * receive and respond to one request.

Completed in 200 milliseconds