Searched defs:call_id (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | pptp.h | 18 __be16 call_id; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | pptp.h | 21 __be16 call_id; member
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | conn_event.c | 40 u32 serial, mtu, call_id, padding; in rxrpc_conn_retransmit_call() local
|
H A D | conn_client.c | 526 u32 call_id = chan->call_counter + 1; in rxrpc_activate_one_channel() local
|
H A D | rxkad.c | 1175 u32 call_id = ntohl(response->encrypted.call_id[i]); rxkad_verify_response() local [all...] |
H A D | protocol.h | 177 __be32 call_id[4]; /* encrypted call IDs */ member
|
H A D | ar-internal.h | 417 u32 call_id; /* ID of current call */ member 592 u32 call_id; /* call ID on connection */ member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_pppox.h | 53 __u16 call_id; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_pppox.h | 53 __u16 call_id; member
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | conn_event.c | 94 u32 serial, mtu, call_id, padding; in rxrpc_conn_retransmit_call() local
|
H A D | conn_client.c | 410 u32 call_id = chan->call_counter + 1; in rxrpc_activate_one_channel() local
|
H A D | rxkad.c | 1128 u32 call_id = ntohl(response->encrypted.call_id[i]); in rxkad_verify_response() local [all...] |
H A D | protocol.h | 170 __be32 call_id[4]; /* encrypted call IDs */ member
|
H A D | ar-internal.h | 481 u32 call_id; /* ID of current call */ member 657 u32 call_id; /* call ID on connection */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_pppox.h | 40 __u16 call_id; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_pppox.h | 40 __u16 call_id; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_pppox.h | 29 __u16 call_id; member
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | pptp.c | 53 static struct pppox_sock *lookup_chan(u16 call_id, __be32 s_addr) in lookup_chan() argument 72 static int lookup_chan_dst(u16 call_id, __be32 d_addr) in lookup_chan_dst() argument 97 static int call_id; in add_chan() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | pptp.c | 53 static struct pppox_sock *lookup_chan(u16 call_id, __be32 s_addr) in lookup_chan() argument 72 static int lookup_chan_dst(u16 call_id, __be32 d_addr) in lookup_chan_dst() argument 97 static int call_id; in add_chan() local [all...] |
Completed in 16 milliseconds