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.h32 __u8 orig[3]; member
40 __u8 orig[3]; member
/include/net/
Dinetpeer.h99 unsigned long orig = *ptr; in inetpeer_ptr_set_peer() local
101 if (!(orig & INETPEER_BASE_BIT) || in inetpeer_ptr_set_peer()
102 cmpxchg(ptr, orig, val) != orig) in inetpeer_ptr_set_peer()
Dxfrm.h311 struct dst_entry *(*blackhole_route)(struct net *net, struct dst_entry *orig);
1652 struct xfrm_state *orig) in xfrm_replay_clone() argument
1654 x->replay_esn = kzalloc(xfrm_replay_state_esn_len(orig->replay_esn), in xfrm_replay_clone()
1659 x->replay_esn->bmp_len = orig->replay_esn->bmp_len; in xfrm_replay_clone()
1660 x->replay_esn->replay_window = orig->replay_esn->replay_window; in xfrm_replay_clone()
1673 static inline struct xfrm_algo *xfrm_algo_clone(struct xfrm_algo *orig) in xfrm_algo_clone() argument
1675 return kmemdup(orig, xfrm_alg_len(orig), GFP_KERNEL); in xfrm_algo_clone()
1678 static inline struct xfrm_algo_auth *xfrm_algo_auth_clone(struct xfrm_algo_auth *orig) in xfrm_algo_auth_clone() argument
1680 return kmemdup(orig, xfrm_alg_auth_len(orig), GFP_KERNEL); in xfrm_algo_auth_clone()
Dipv6.h796 struct in6_addr *orig);
/include/linux/sunrpc/
Dcache.h100 int (*match)(struct cache_head *orig, struct cache_head *new);
101 void (*init)(struct cache_head *orig, struct cache_head *new);
102 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.h56 const struct nf_conntrack_tuple *orig,
Dnf_conntrack.h193 const struct nf_conntrack_tuple *orig);
256 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.h352 static inline map_word map_word_load_partial(struct map_info *map, map_word orig, const unsigned ch… in map_word_load_partial() argument
357 char *dest = (char *)&orig; in map_word_load_partial()
367 orig.x[0] &= ~(0xff << bitpos); in map_word_load_partial()
368 orig.x[0] |= buf[i-start] << bitpos; in map_word_load_partial()
371 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.h344 #define nodes_onto(dst, orig, relmap) \ argument
345 __nodes_onto(&(dst), &(orig), &(relmap), MAX_NUMNODES)
352 #define nodes_fold(dst, orig, sz) \ argument
353 __nodes_fold(&(dst), &(orig), sz, MAX_NUMNODES)
Dbitmap.h139 extern void bitmap_onto(unsigned long *dst, const unsigned long *orig,
141 extern void bitmap_fold(unsigned long *dst, const unsigned long *orig,
Dthermal.h222 u32 orig; member
Dif_team.h63 } orig; member
Dsecurity.h1436 int (*sb_copy_data) (char *orig, char *copy);
1728 int security_sb_copy_data(char *orig, char *copy);
1998 static inline int security_sb_copy_data(char *orig, char *copy) in security_sb_copy_data() argument