Searched refs:u_arg (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_user.c230 struct rtattr *u_arg)
232 struct rtattr *rta = u_arg;
257 static int attach_encap_tmpl(struct xfrm_encap_tmpl **encapp, struct rtattr *u_arg) argument
259 struct rtattr *rta = u_arg;
286 static int attach_sec_ctx(struct xfrm_state *x, struct rtattr *u_arg) argument
290 if (!u_arg)
293 uctx = RTA_DATA(u_arg);
297 static int attach_one_addr(xfrm_address_t **addrpp, struct rtattr *u_arg) argument
299 struct rtattr *rta = u_arg;
228 attach_one_algo(struct xfrm_algo **algpp, u8 *props, struct xfrm_algo_desc *(*get_byname)(char *, int), struct rtattr *u_arg) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmqueue.c535 static long prepare_timeout(const struct timespec __user *u_arg) argument
540 if (u_arg) {
541 if (unlikely(copy_from_user(&ts, u_arg,

Completed in 96 milliseconds