Searched defs:dst (Results 226 - 250 of 1776) sorted by last modified time

1234567891011>>

/linux-master/net/core/
H A Ddst_cache.c19 struct dst_entry *dst; member in struct:dst_cache_pcpu
41 struct dst_entry *dst; local
27 dst_cache_per_cpu_dst_set(struct dst_cache_pcpu *dst_cache, struct dst_entry *dst, u32 cookie) argument
76 struct dst_entry *dst; local
91 dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, __be32 saddr) argument
106 dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, const struct in6_addr *saddr) argument
125 struct dst_entry *dst; local
177 struct dst_entry *dst = idst->dst; local
[all...]
H A Ddev.c10715 u64 *dst = (u64 *)stats64; local
/linux-master/net/bridge/
H A Dbr_device.c33 struct net_bridge_fdb_entry *dst; local
381 struct net_bridge_port *dst; local
[all...]
H A Dbr_netfilter_hooks.c273 struct dst_entry *dst; local
/linux-master/net/bluetooth/
H A Dsco.c68 bdaddr_t dst; member in struct:sco_pinfo
[all...]
H A Dl2cap_core.c1831 l2cap_global_chan_by_psm(int state, __le16 psm, bdaddr_t *src, bdaddr_t *dst, u8 link_type) argument
6949 l2cap_chan_connect(struct l2cap_chan *chan, __le16 psm, u16 cid, bdaddr_t *dst, u8 dst_type, u16 timeout) argument
[all...]
H A Diso.c63 bdaddr_t dst; member in struct:iso_pinfo
515 static struct sock *__iso_get_sock_listen_by_addr(bdaddr_t *src, bdaddr_t *dst) argument
562 iso_get_sock(bdaddr_t *src, bdaddr_t *dst, enum bt_sock_state state, iso_sock_match_t match, void *data) argument
606 iso_get_sock_big(struct sock *match_sk, bdaddr_t *src, bdaddr_t *dst, uint8_t big) argument
[all...]
H A Dhci_conn.c902 struct hci_conn *hci_conn_add(struct hci_dev *hdev, int type, bdaddr_t *dst, argument
1033 hci_conn_add_unset(struct hci_dev *hdev, int type, bdaddr_t *dst, u8 role) argument
1160 hci_get_route(bdaddr_t *dst, bdaddr_t *src, uint8_t src_type) argument
1291 hci_connect_le(struct hci_dev *hdev, bdaddr_t *dst, u8 dst_type, bool dst_resolved, u8 sec_level, u16 conn_timeout, u8 role, u8 phy, u8 sec_phy) argument
1485 hci_add_bis(struct hci_dev *hdev, bdaddr_t *dst, struct bt_iso_qos *qos, __u8 base_len, __u8 *base) argument
1534 hci_connect_le_scan(struct hci_dev *hdev, bdaddr_t *dst, u8 dst_type, u8 sec_level, u16 conn_timeout, enum conn_reasons conn_reason) argument
1591 hci_connect_acl(struct hci_dev *hdev, bdaddr_t *dst, u8 sec_level, u8 auth_type, enum conn_reasons conn_reason, u16 timeout) argument
1669 hci_connect_sco(struct hci_dev *hdev, int type, bdaddr_t *dst, __u16 setting, struct bt_codec *codec, u16 timeout) argument
1867 hci_bind_cis(struct hci_dev *hdev, bdaddr_t *dst, __u8 dst_type, struct bt_iso_qos *qos) argument
2082 hci_pa_create_sync(struct hci_dev *hdev, bdaddr_t *dst, __u8 dst_type, __u8 sid, struct bt_iso_qos *qos) argument
2171 hci_bind_bis(struct hci_dev *hdev, bdaddr_t *dst, struct bt_iso_qos *qos, __u8 base_len, __u8 *base) argument
2247 hci_connect_bis(struct hci_dev *hdev, bdaddr_t *dst, __u8 dst_type, struct bt_iso_qos *qos, __u8 base_len, __u8 *base) argument
2283 hci_connect_cis(struct hci_dev *hdev, bdaddr_t *dst, __u8 dst_type, struct bt_iso_qos *qos) argument
[all...]
/linux-master/net/batman-adv/
H A Dtranslation-table.c3690 bool batadv_is_ap_isolated(struct batadv_priv *bat_priv, u8 *src, u8 *dst, argument
3985 batadv_tt_tvlv_unicast_handler_v1(struct batadv_priv *bat_priv, u8 *src, u8 *dst, void *tvlv_value, u16 tvlv_value_len) argument
4067 batadv_roam_tvlv_unicast_handler_v1(struct batadv_priv *bat_priv, u8 *src, u8 *dst, void *tvlv_value, u16 tvlv_value_len) argument
[all...]
H A Dnetlink.c646 int batadv_netlink_tpmeter_notify(struct batadv_priv *bat_priv, const u8 *dst, argument
713 u8 *dst; local
766 u8 *dst; local
/linux-master/net/atm/
H A Dclip.c332 struct dst_entry *dst = skb_dst(skb); local
/linux-master/mm/
H A Dmmap.c593 static inline int dup_anon_vma(struct vm_area_struct *dst, argument
/linux-master/lib/
H A Dtest_bpf.c857 s64 dst, src; local
875 s64 dst, src; local
916 __bpf_emit_alu64_imm(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 imm) argument
937 __bpf_emit_alu32_imm(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 imm) argument
958 __bpf_emit_alu64_reg(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
980 __bpf_emit_alu32_reg(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
1222 u64 dst, res; local
1404 u64 dst, src, res, same; local
1594 __bpf_emit_atomic64(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
1641 __bpf_emit_atomic32(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
1688 __bpf_emit_cmpxchg64(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
1728 __bpf_emit_cmpxchg32(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
2302 __bpf_emit_jmp_imm(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 imm) argument
2325 __bpf_emit_jmp32_imm(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 imm) argument
2346 __bpf_emit_jmp_reg(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
2368 __bpf_emit_jmp32_reg(struct bpf_test *self, void *arg, struct bpf_insn *insns, s64 dst, s64 src) argument
[all...]
/linux-master/lib/crypto/
H A Daescfb.c15 static void aescfb_encrypt_block(const struct crypto_aes_ctx *ctx, void *dst, argument
42 void aescfb_encrypt(const struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src, argument
71 aescfb_decrypt(const struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src, int len, const u8 iv[AES_BLOCK_SIZE]) argument
[all...]
/linux-master/kernel/trace/
H A Dftrace.c1442 ftrace_hash_move(struct ftrace_ops *ops, int enable, struct ftrace_hash **dst, struct ftrace_hash *src) argument
H A Dbpf_trace.c175 bpf_probe_read_user_common(void *dst, u32 size, const void __user *unsafe_ptr) argument
201 bpf_probe_read_user_str_common(void *dst, u32 size, argument
253 bpf_probe_read_kernel_str_common(void *dst, u32 size, const void *unsafe_ptr) argument
[all...]
/linux-master/kernel/time/
H A Dclocksource.c1343 ssize_t sysfs_get_uname(const char *buf, char *dst, size_t cnt) argument
/linux-master/kernel/sched/
H A Dcputime.c1001 static int kcpustat_cpu_fetch_vtime(struct kernel_cpustat *dst, argument
1054 void kcpustat_cpu_fetch(struct kernel_cpustat *dst, int cpu) argument
H A Dcore.c2834 int dup_user_cpus_ptr(struct task_struct *dst, struct task_struct *src, argument
6336 struct rq *dst = cpu_rq(this), *src = cpu_rq(that); local
[all...]
/linux-master/kernel/bpf/
H A Dverifier.c1212 static void *copy_array(void *dst, const void *src, size_t n, size_t size, gfp_t flags) argument
1264 copy_reference_state(struct bpf_func_state *dst, const struct bpf_func_state *src) argument
1275 copy_stack_state(struct bpf_func_state *dst, const struct bpf_func_state *src) argument
1403 copy_func_state(struct bpf_func_state *dst, const struct bpf_func_state *src) argument
1418 struct bpf_func_state *dst; local
4451 copy_register_state(struct bpf_reg_state *dst, const struct bpf_reg_state *src) argument
12988 u32 dst = insn->dst_reg, src = insn->src_reg; local
13058 u32 dst = insn->dst_reg; local
13106 u32 dst = insn->dst_reg; local
[all...]
H A Dsyscall.c1047 int bpf_obj_name_cpy(char *dst, const char *src, unsigned int size) argument
H A Dhelpers.c374 void copy_map_value_locked(struct bpf_map *map, void *dst, void *src, argument
[all...]
H A Dcrypto.c264 bpf_crypto_crypt(const struct bpf_crypto_ctx *ctx, const struct bpf_dynptr_kern *src, const struct bpf_dynptr_kern *dst, const struct bpf_dynptr_kern *siv, bool decrypt) argument
313 bpf_crypto_decrypt(struct bpf_crypto_ctx *ctx, const struct bpf_dynptr_kern *src, const struct bpf_dynptr_kern *dst, const struct bpf_dynptr_kern *siv) argument
330 bpf_crypto_encrypt(struct bpf_crypto_ctx *ctx, const struct bpf_dynptr_kern *src, const struct bpf_dynptr_kern *dst, const struct bpf_dynptr_kern *siv) argument
[all...]
H A Dcpumask.c253 __bpf_kfunc bool bpf_cpumask_and(struct bpf_cpumask *dst, argument
268 __bpf_kfunc void bpf_cpumask_or(struct bpf_cpumask *dst, argument
283 __bpf_kfunc void bpf_cpumask_xor(struct bpf_cpumask *dst, argument
375 bpf_cpumask_copy(struct bpf_cpumask *dst, const struct cpumask *src) argument
[all...]
H A Dcgroup.c240 static void bpf_cgroup_storages_assign(struct bpf_cgroup_storage *dst[], argument
2078 static int copy_sysctl_value(char *dst, size_t dst_len, char *src, argument

Completed in 495 milliseconds

1234567891011>>