/include/uapi/linux/netfilter_bridge/ |
D | ebt_802_3.h | 33 __u8 orig[3]; member 41 __u8 orig[3]; member
|
/include/net/ |
D | inetpeer.h | 97 unsigned long orig = *ptr; in inetpeer_ptr_set_peer() local 99 if (!(orig & INETPEER_BASE_BIT) || in inetpeer_ptr_set_peer() 100 cmpxchg(ptr, orig, val) != orig) in inetpeer_ptr_set_peer()
|
D | xfrm.h | 310 struct dst_entry *(*blackhole_route)(struct net *net, struct dst_entry *orig); 1710 struct xfrm_state *orig) in xfrm_replay_clone() argument 1712 x->replay_esn = kzalloc(xfrm_replay_state_esn_len(orig->replay_esn), in xfrm_replay_clone() 1717 x->replay_esn->bmp_len = orig->replay_esn->bmp_len; in xfrm_replay_clone() 1718 x->replay_esn->replay_window = orig->replay_esn->replay_window; in xfrm_replay_clone() 1731 static inline struct xfrm_algo_aead *xfrm_algo_aead_clone(struct xfrm_algo_aead *orig) in xfrm_algo_aead_clone() argument 1733 return kmemdup(orig, aead_len(orig), GFP_KERNEL); in xfrm_algo_aead_clone() 1737 static inline struct xfrm_algo *xfrm_algo_clone(struct xfrm_algo *orig) in xfrm_algo_clone() argument 1739 return kmemdup(orig, xfrm_alg_len(orig), GFP_KERNEL); in xfrm_algo_clone() 1742 static inline struct xfrm_algo_auth *xfrm_algo_auth_clone(struct xfrm_algo_auth *orig) in xfrm_algo_auth_clone() argument [all …]
|
D | ipv6.h | 859 struct in6_addr *orig);
|
/include/linux/sunrpc/ |
D | cache.h | 101 int (*match)(struct cache_head *orig, struct cache_head *new); 102 void (*init)(struct cache_head *orig, struct cache_head *new); 103 void (*update)(struct cache_head *orig, struct cache_head *new);
|
/include/net/netfilter/ |
D | nf_conntrack_l3proto.h | 38 const struct nf_conntrack_tuple *orig);
|
D | nf_conntrack_core.h | 49 const struct nf_conntrack_tuple *orig,
|
D | nf_conntrack.h | 196 const struct nf_conntrack_tuple *orig); 255 const struct nf_conntrack_tuple *orig,
|
D | nf_conntrack_l4proto.h | 35 const struct nf_conntrack_tuple *orig);
|
/include/media/ |
D | lirc_dev.h | 115 unsigned char *orig) in lirc_buffer_write() argument 119 ret = kfifo_in_locked(&buf->fifo, orig, buf->chunk_size, in lirc_buffer_write()
|
/include/linux/mtd/ |
D | map.h | 357 static inline map_word map_word_load_partial(struct map_info *map, map_word orig, const unsigned ch… in map_word_load_partial() argument 362 char *dest = (char *)&orig; in map_word_load_partial() 372 orig.x[0] &= ~(0xff << bitpos); in map_word_load_partial() 373 orig.x[0] |= (unsigned long)buf[i-start] << bitpos; in map_word_load_partial() 376 return orig; in map_word_load_partial()
|
/include/sound/ |
D | hwdep.h | 33 long long offset, int orig);
|
D | info.h | 62 loff_t offset, int 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 | 165 extern void bitmap_onto(unsigned long *dst, const unsigned long *orig, 167 extern void bitmap_fold(unsigned long *dst, const unsigned long *orig,
|
D | thermal.h | 295 u32 orig; member
|
D | if_team.h | 63 } orig; member
|
D | security.h | 1475 int (*sb_copy_data) (char *orig, char *copy); 1777 int security_sb_copy_data(char *orig, char *copy); 2056 static inline int security_sb_copy_data(char *orig, char *copy) in security_sb_copy_data() argument
|