/include/uapi/linux/ |
D | batadv_packet.h | 214 __u8 orig[ETH_ALEN]; member 240 __u8 orig[ETH_ALEN]; member 258 __u8 orig[ETH_ALEN]; member 286 __u8 orig[ETH_ALEN]; member 309 __u8 orig[ETH_ALEN]; member 338 __u8 orig[ETH_ALEN]; member 377 __u8 orig[ETH_ALEN]; member 462 __u8 orig[ETH_ALEN]; member 482 __u8 orig[ETH_ALEN]; member
|
D | cec.h | 137 struct cec_msg *orig) in cec_msg_set_reply_to() argument 140 msg->msg[0] = (cec_msg_destination(orig) << 4) | in cec_msg_set_reply_to() 141 cec_msg_initiator(orig); in cec_msg_set_reply_to()
|
/include/uapi/linux/netfilter_bridge/ |
D | ebt_802_3.h | 34 __u8 orig[3]; member 42 __u8 orig[3]; member
|
/include/linux/sunrpc/ |
D | cache.h | 93 int (*match)(struct cache_head *orig, struct cache_head *new); 94 void (*init)(struct cache_head *orig, struct cache_head *new); 95 void (*update)(struct cache_head *orig, struct cache_head *new);
|
/include/net/netfilter/ |
D | nf_conntrack_core.h | 44 const struct nf_conntrack_tuple *orig);
|
D | nf_conntrack_l4proto.h | 75 const struct nf_conntrack_tuple *orig); 77 const struct nf_conntrack_tuple *orig);
|
D | nf_conntrack.h | 258 const struct nf_conntrack_tuple *orig,
|
/include/linux/mtd/ |
D | map.h | 343 static inline map_word map_word_load_partial(struct map_info *map, map_word orig, const unsigned ch… in map_word_load_partial() argument 348 char *dest = (char *)&orig; in map_word_load_partial() 360 orig.x[0] &= ~(0xff << bitpos); in map_word_load_partial() 361 orig.x[0] |= (unsigned long)buf[i-start] << bitpos; in map_word_load_partial() 364 return orig; in map_word_load_partial()
|
/include/sound/ |
D | hwdep.h | 19 long long offset, int orig);
|
D | info.h | 50 loff_t offset, int orig);
|
/include/net/ |
D | xfrm.h | 335 struct dst_entry *(*blackhole_route)(struct net *net, struct dst_entry *orig); 1798 struct xfrm_state *orig) in xfrm_replay_clone() argument 1801 x->replay_esn = kmemdup(orig->replay_esn, in xfrm_replay_clone() 1802 xfrm_replay_state_esn_len(orig->replay_esn), in xfrm_replay_clone() 1806 x->preplay_esn = kmemdup(orig->preplay_esn, in xfrm_replay_clone() 1807 xfrm_replay_state_esn_len(orig->preplay_esn), in xfrm_replay_clone() 1815 static inline struct xfrm_algo_aead *xfrm_algo_aead_clone(struct xfrm_algo_aead *orig) in xfrm_algo_aead_clone() argument 1817 return kmemdup(orig, aead_len(orig), GFP_KERNEL); in xfrm_algo_aead_clone() 1821 static inline struct xfrm_algo *xfrm_algo_clone(struct xfrm_algo *orig) in xfrm_algo_clone() argument 1823 return kmemdup(orig, xfrm_alg_len(orig), GFP_KERNEL); in xfrm_algo_clone() [all …]
|
D | tcp.h | 1766 const struct tcp_fastopen_cookie *orig) in tcp_fastopen_cookie_match() argument 1768 if (orig->len == TCP_FASTOPEN_COOKIE_SIZE && in tcp_fastopen_cookie_match() 1769 orig->len == foc->len && in tcp_fastopen_cookie_match() 1770 !memcmp(orig->val, foc->val, foc->len)) in tcp_fastopen_cookie_match()
|
D | ip_fib.h | 470 void fib_nhc_update_mtu(struct fib_nh_common *nhc, u32 new, u32 orig);
|
D | ipv6.h | 1089 struct in6_addr *orig);
|
/include/linux/ |
D | nodemask.h | 361 #define nodes_onto(dst, orig, relmap) \ argument 362 __nodes_onto(&(dst), &(orig), &(relmap), MAX_NUMNODES) 369 #define nodes_fold(dst, orig, sz) \ argument 370 __nodes_fold(&(dst), &(orig), sz, MAX_NUMNODES)
|
D | bitmap.h | 213 void bitmap_onto(unsigned long *dst, const unsigned long *orig, 215 void bitmap_fold(unsigned long *dst, const unsigned long *orig,
|
D | if_team.h | 60 } orig; member
|
D | kprobes.h | 329 struct kprobe *orig);
|
D | coresight.h | 194 struct coresight_device *orig; member
|
D | lsm_hook_defs.h | 65 LSM_HOOK(int, 0, sb_eat_lsm_opts, char *orig, void **mnt_opts)
|
D | bpf.h | 567 int (*gen_ld_abs)(const struct bpf_insn *orig,
|
/include/trace/hooks/ |
D | sched.h | 416 TP_PROTO(struct task_struct *tsk, struct task_struct *orig), 417 TP_ARGS(tsk, orig));
|
/include/linux/qed/ |
D | qed_if.h | 1398 int orig; member
|