58#define IFCOMMON_COMMAND_DESC( _struct, _options, _min_args, \
59 _max_args, _usage, _payload, \
60 _stop_on_first_success ) \
62 .cmd = COMMAND_DESC ( _struct, _options, _min_args, \
63 _max_args, _usage ), \
64 .payload = ( ( int ( * ) ( struct net_device *netdev, \
66 ( ( ( ( int ( * ) ( struct net_device *, \
67 _struct * ) ) NULL ) \
68 == ( typeof ( _payload ) * ) NULL ) \
69 ? _payload : _payload ) ), \
70 .stop_on_first_success = _stop_on_first_success, \
static union @024010030001061367220137227263210031030210157031 opts
"cert<xxx>" option list
static struct net_device * netdev
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
int ifconf_exec(int argc, char **argv)
The "ifconf" command.
int ifcommon_exec(int argc, char **argv, struct ifcommon_command_descriptor *cmd)
Execute if<xxx> command.
Command line option parsing.
An "if<xxx>" command descriptor.
int(* payload)(struct net_device *netdev, void *opts)
Payload.
struct command_descriptor cmd
Command descriptor.
int stop_on_first_success
Stop on first success.