Lines Matching refs:arg
116 static int response_handler(struct nl_msg *msg, void *arg) in response_handler() argument
119 UNUSED(arg); in response_handler()
127 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() argument
129 int *err = (int *)arg; in ack_handler()
136 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() argument
138 int *ret = (int *)arg; in finish_handler()
146 void *arg) in error_handler() argument
148 int *ret = (int *)arg; in error_handler()
157 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() argument
160 UNUSED(arg); in no_seq_check()
196 static int family_handler(struct nl_msg *msg, void *arg) in family_handler() argument
198 struct family_data *res = arg; in family_handler()