Searched refs:call (Results 26 - 34 of 34) sorted by relevance

12

/net/ax25/
H A Daf_ax25.c1041 ax25_address call; local
1059 call = user->call;
1065 call = addr->fsa_ax25.sax25_call;
1076 ax25->source_addr = call;
1716 case SIOCAX25ADDUID: /* Add a uid to the uid/call map table */
1717 case SIOCAX25DELUID: /* Delete a uid from the uid/call map table */
H A Dax25_route.c427 ax25->source_addr = user->call;
/net/rose/
H A Daf_rose.c244 static struct sock *rose_find_listener(rose_address *addr, ax25_address *call) argument
253 !ax25cmp(&rose->source_call, call) &&
687 rose->source_call = user->call;
793 rose->source_call = user->call;
/net/netfilter/
H A Dnfnetlink_log.c913 [NFULNL_MSG_PACKET] = { .call = nfulnl_recv_unsupp,
915 [NFULNL_MSG_CONFIG] = { .call = nfulnl_recv_config,
H A Dnf_tables_api.c3392 .call = nf_tables_gettable,
3407 .call = nf_tables_getchain,
3422 .call = nf_tables_getrule,
3437 .call = nf_tables_getset,
3452 .call = nf_tables_getsetelem,
3462 .call = nf_tables_getgen,
H A Dnft_compat.c537 [NFNL_MSG_COMPAT_GET] = { .call = nfnl_compat_get,
H A Dnfnetlink_queue_core.c1154 [NFQNL_MSG_CONFIG] = { .call = nfqnl_recv_config,
/net/netrom/
H A Daf_netrom.c609 nr->user_addr = user->call;
683 nr->user_addr = user->call;
/net/
H A Dsocket.c1160 /* this socket can poll_ll so tell the system call */
1318 * We will call the ->create function, that possibly is in a loadable
1436 * supports the socketpair call.
1523 * We move the socket address to kernel space before we call
2435 * error to return on the next call or if the
2485 * System call vectors.
2492 SYSCALL_DEFINE2(socketcall, int, call, unsigned long __user *, args)
2499 if (call < 1 || call > SYS_SENDMMSG)
2502 len = nargs[call];
[all...]

Completed in 145 milliseconds

12