Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 8 of 8) sorted by relevance

/net/netfilter/ipvs/
Dip_vs_dh.c108 bool empty; in ip_vs_dh_reassign() local
112 empty = list_empty(p); in ip_vs_dh_reassign()
117 if (empty) in ip_vs_dh_reassign()
Dip_vs_sh.c174 bool empty; in ip_vs_sh_reassign() local
178 empty = list_empty(p); in ip_vs_sh_reassign()
184 if (empty) in ip_vs_sh_reassign()
/net/
Dsysctl_net.c97 static struct ctl_table empty[1]; in net_sysctl_init() local
103 net_header = register_sysctl("net", empty); in net_sysctl_init()
Dsocket.c665 int empty = 1; in __sock_recv_timestamp() local
691 empty = 0; in __sock_recv_timestamp()
695 empty = 0; in __sock_recv_timestamp()
696 if (!empty) in __sock_recv_timestamp()
/net/irda/
DKconfig70 receiving a frame if its own transmit queue is currently empty. This
74 If the transmit queue of the secondary is also empty, the primary will
/net/x25/
Daf_x25.c99 goto empty; in x25_parse_address_block()
109 goto empty; in x25_parse_address_block()
114 empty: in x25_parse_address_block()
/net/atm/
Dmpc.c844 char empty[ATM_ESA_LEN]; in atm_mpoa_mpoad_attach() local
845 memset(empty, 0, ATM_ESA_LEN); in atm_mpoa_mpoad_attach()
851 if (memcmp(mpc->mps_ctrl_addr, empty, ATM_ESA_LEN) != 0) in atm_mpoa_mpoad_attach()
/net/core/
Ddev.c8162 const char *empty = ""; in netdev_drivername() local
8166 return empty; in netdev_drivername()
8171 return empty; in netdev_drivername()