Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 24 of 24) sorted by relevance

/include/uapi/linux/
A Dbatadv_packet.h223 __u8 orig[ETH_ALEN]; member
249 __u8 orig[ETH_ALEN]; member
267 __u8 orig[ETH_ALEN]; member
295 __u8 orig[ETH_ALEN]; member
318 __u8 orig[ETH_ALEN]; member
347 __u8 orig[ETH_ALEN]; member
386 __u8 orig[ETH_ALEN]; member
471 __u8 orig[ETH_ALEN]; member
491 __u8 orig[ETH_ALEN]; member
A Dcec.h139 struct cec_msg *orig) in cec_msg_set_reply_to() argument
142 msg->msg[0] = (cec_msg_destination(orig) << 4) | in cec_msg_set_reply_to()
143 cec_msg_initiator(orig); in cec_msg_set_reply_to()
/include/uapi/linux/netfilter_bridge/
A Debt_802_3.h34 __u8 orig[3]; member
42 __u8 orig[3]; member
/include/linux/sunrpc/
A Dcache.h97 int (*match)(struct cache_head *orig, struct cache_head *new);
98 void (*init)(struct cache_head *orig, struct cache_head *new);
99 void (*update)(struct cache_head *orig, struct cache_head *new);
/include/linux/mtd/
A Dmap.h344 static inline map_word map_word_load_partial(struct map_info *map, map_word orig, const unsigned ch… in map_word_load_partial() argument
349 char *dest = (char *)&orig; in map_word_load_partial()
361 orig.x[0] &= ~(0xff << bitpos); in map_word_load_partial()
362 orig.x[0] |= (unsigned long)buf[i-start] << bitpos; in map_word_load_partial()
365 return orig; in map_word_load_partial()
/include/sound/
A Dhwdep.h18 long long offset, int orig);
A Dinfo.h49 loff_t offset, int orig);
/include/kunit/
A Dresource.h406 #define KUNIT_DEFINE_ACTION_WRAPPER(wrapper, orig, arg_type) \ argument
410 orig(arg); \
/include/net/netfilter/
A Dnf_conntrack_core.h44 const struct nf_conntrack_tuple *orig);
A Dnf_conntrack_l4proto.h75 const struct nf_conntrack_tuple *orig);
77 const struct nf_conntrack_tuple *orig);
A Dnf_conntrack.h253 const struct nf_conntrack_tuple *orig,
/include/net/
A Dxfrm.h393 struct dst_entry *(*blackhole_route)(struct net *net, struct dst_entry *orig);
509 int (*clone_state)(struct xfrm_state *x, struct xfrm_state *orig);
2015 struct xfrm_state *orig) in xfrm_replay_clone() argument
2018 x->replay_esn = kmemdup(orig->replay_esn, in xfrm_replay_clone()
2019 xfrm_replay_state_esn_len(orig->replay_esn), in xfrm_replay_clone()
2023 x->preplay_esn = kmemdup(orig->preplay_esn, in xfrm_replay_clone()
2024 xfrm_replay_state_esn_len(orig->preplay_esn), in xfrm_replay_clone()
2034 return kmemdup(orig, aead_len(orig), GFP_KERNEL); in xfrm_algo_aead_clone()
2038 static inline struct xfrm_algo *xfrm_algo_clone(struct xfrm_algo *orig) in xfrm_algo_clone() argument
2040 return kmemdup(orig, xfrm_alg_len(orig), GFP_KERNEL); in xfrm_algo_clone()
[all …]
A Dtcp.h2021 const struct tcp_fastopen_cookie *orig) in tcp_fastopen_cookie_match() argument
2023 if (orig->len == TCP_FASTOPEN_COOKIE_SIZE && in tcp_fastopen_cookie_match()
2024 orig->len == foc->len && in tcp_fastopen_cookie_match()
2025 !memcmp(orig->val, foc->val, foc->len)) in tcp_fastopen_cookie_match()
A Dip_fib.h498 void fib_nhc_update_mtu(struct fib_nh_common *nhc, u32 new, u32 orig);
A Dipv6.h1175 struct in6_addr *orig);
/include/linux/
A Dnodemask.h356 #define nodes_onto(dst, orig, relmap) \ argument
357 __nodes_onto(&(dst), &(orig), &(relmap), MAX_NUMNODES)
364 #define nodes_fold(dst, orig, sz) \ argument
365 __nodes_fold(&(dst), &(orig), sz, MAX_NUMNODES)
A Dif_team.h60 } orig; member
A Dbitmap.h221 void bitmap_onto(unsigned long *dst, const unsigned long *orig,
223 void bitmap_fold(unsigned long *dst, const unsigned long *orig,
A Dkprobes.h348 struct kprobe *orig);
A Dnetfs.h439 ssize_t netfs_extract_user_iter(struct iov_iter *orig, size_t orig_len,
A Dcoresight.h221 struct coresight_device *orig; member
A Dlsm_hook_defs.h66 LSM_HOOK(int, 0, sb_eat_lsm_opts, char *orig, void **mnt_opts)
A Dbpf.h1065 int (*gen_ld_abs)(const struct bpf_insn *orig,
/include/linux/qed/
A Dqed_if.h1414 int orig; member

Completed in 866 milliseconds