/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 | 91 int (*match)(struct cache_head *orig, struct cache_head *new); 92 void (*init)(struct cache_head *orig, struct cache_head *new); 93 void (*update)(struct cache_head *orig, struct cache_head *new);
|
/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/net/netfilter/ |
D | nf_conntrack_core.h | 45 const struct nf_conntrack_tuple *orig);
|
D | nf_conntrack_l4proto.h | 74 const struct nf_conntrack_tuple *orig); 76 const struct nf_conntrack_tuple *orig);
|
D | nf_conntrack.h | 241 const struct nf_conntrack_tuple *orig,
|
/include/sound/ |
D | hwdep.h | 18 long long offset, int orig);
|
D | info.h | 49 loff_t offset, int orig);
|
/include/net/ |
D | xfrm.h | 333 struct dst_entry *(*blackhole_route)(struct net *net, struct dst_entry *orig); 1775 struct xfrm_state *orig) in xfrm_replay_clone() argument 1778 x->replay_esn = kmemdup(orig->replay_esn, in xfrm_replay_clone() 1779 xfrm_replay_state_esn_len(orig->replay_esn), in xfrm_replay_clone() 1783 x->preplay_esn = kmemdup(orig->preplay_esn, in xfrm_replay_clone() 1784 xfrm_replay_state_esn_len(orig->preplay_esn), in xfrm_replay_clone() 1792 static inline struct xfrm_algo_aead *xfrm_algo_aead_clone(struct xfrm_algo_aead *orig) in xfrm_algo_aead_clone() argument 1794 return kmemdup(orig, aead_len(orig), GFP_KERNEL); in xfrm_algo_aead_clone() 1798 static inline struct xfrm_algo *xfrm_algo_clone(struct xfrm_algo *orig) in xfrm_algo_clone() argument 1800 return kmemdup(orig, xfrm_alg_len(orig), GFP_KERNEL); in xfrm_algo_clone() [all …]
|
D | tcp.h | 1721 const struct tcp_fastopen_cookie *orig) in tcp_fastopen_cookie_match() argument 1723 if (orig->len == TCP_FASTOPEN_COOKIE_SIZE && in tcp_fastopen_cookie_match() 1724 orig->len == foc->len && in tcp_fastopen_cookie_match() 1725 !memcmp(orig->val, foc->val, foc->len)) in tcp_fastopen_cookie_match()
|
D | ip_fib.h | 441 void fib_nhc_update_mtu(struct fib_nh_common *nhc, u32 new, u32 orig);
|
D | ipv6.h | 1067 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 | 191 extern void bitmap_onto(unsigned long *dst, const unsigned long *orig, 193 extern void bitmap_fold(unsigned long *dst, const unsigned long *orig,
|
D | if_team.h | 60 } orig; member
|
D | kprobes.h | 301 struct kprobe *orig);
|
D | thermal.h | 333 u32 orig; member
|
D | lsm_hooks.h | 1504 int (*sb_eat_lsm_opts)(char *orig, void **mnt_opts);
|
D | bpf.h | 319 int (*gen_ld_abs)(const struct bpf_insn *orig,
|
/include/linux/qed/ |
D | qed_if.h | 1356 int orig; member
|