Searched defs:local_id (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lwt_seg6local.c | 53 int local_id = ns * 2 - 1; in setup() local
|
| /linux/drivers/hwspinlock/ |
| H A D | hwspinlock_internal.h | 67 int local_id = hwlock - &hwlock->bank->lock[0]; in hwlock_to_id() local
|
| /linux/net/mptcp/ |
| H A D | syncookies.c | 28 u8 local_id; member
|
| H A D | subflow.c | 89 int local_id; in subflow_token_join_request() local 624 static void subflow_set_local_id(struct mptcp_subflow_context *subflow, int local_id) in subflow_set_local_id() 1618 int local_id = local->addr.id; in __mptcp_subflow_connect() local
|
| H A D | protocol.h | 508 u8 local_id; member 1257 int local_id = READ_ONCE(subflow->local_id); in subflow_get_local_id() local
|
| /linux/drivers/irqchip/ |
| H A D | irq-riscv-imsic-state.h | 21 unsigned int local_id; member
|
| H A D | irq-riscv-imsic-state.c | 443 int local_id; in imsic_vector_alloc() local
|
| /linux/drivers/infiniband/core/ |
| H A D | cm.c | 191 __be32 local_id; /* Established / timewait */ member 582 static u32 cm_local_id(__be32 local_id) in cm_local_id() 587 static struct cm_id_private *cm_acquire_id(__be32 local_id, __be32 remote_id) in cm_acquire_id() 975 static struct cm_timewait_info *cm_create_timewait_info(__be32 local_id) in cm_create_timewait_info()
|
| /linux/include/rdma/ |
| H A D | ib_cm.h | 299 __be32 local_id; member
|
| /linux/include/net/bluetooth/ |
| H A D | l2cap.h | 586 __u8 local_id; member
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 5927 bpf_core_types_are_compat(const struct btf * local_btf,__u32 local_id,const struct btf * targ_btf,__u32 targ_id) bpf_core_types_are_compat() argument 5933 bpf_core_types_match(const struct btf * local_btf,__u32 local_id,const struct btf * targ_btf,__u32 targ_id) bpf_core_types_match() argument 5995 __u32 local_id = relo->type_id; bpf_core_resolve_relo() local [all...] |
| /linux/kernel/bpf/ |
| H A D | btf.c | 9179 int bpf_core_types_are_compat(const struct btf *local_btf, __u32 local_id, in bpf_core_types_are_compat() 9188 int bpf_core_types_match(const struct btf *local_btf, u32 local_id, in bpf_core_types_match()
|