Home
last modified time | relevance | path

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

/include/uapi/linux/netfilter_bridge/
Debt_802_3.h33 __u8 orig[3]; member
41 __u8 orig[3]; member
/include/net/
Dinetpeer.h97 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()
Dxfrm.h310 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 …]
Dipv6.h859 struct in6_addr *orig);
/include/linux/sunrpc/
Dcache.h101 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/
Dnf_conntrack_l3proto.h38 const struct nf_conntrack_tuple *orig);
Dnf_conntrack_core.h49 const struct nf_conntrack_tuple *orig,
Dnf_conntrack.h196 const struct nf_conntrack_tuple *orig);
255 const struct nf_conntrack_tuple *orig,
Dnf_conntrack_l4proto.h35 const struct nf_conntrack_tuple *orig);
/include/media/
Dlirc_dev.h115 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/
Dmap.h357 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/
Dhwdep.h33 long long offset, int orig);
Dinfo.h62 loff_t offset, int orig);
/include/linux/
Dnodemask.h361 #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)
Dbitmap.h165 extern void bitmap_onto(unsigned long *dst, const unsigned long *orig,
167 extern void bitmap_fold(unsigned long *dst, const unsigned long *orig,
Dthermal.h295 u32 orig; member
Dif_team.h63 } orig; member
Dsecurity.h1475 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