Searched defs:orig (Results 1 - 8 of 8) sorted by relevance

/include/uapi/linux/netfilter_bridge/
H A Debt_802_3.h33 __u8 orig[3]; member in struct:hdr_ui
41 __u8 orig[3]; member in struct:hdr_ni
/include/media/
H A Dlirc_dev.h115 unsigned char *orig)
119 ret = kfifo_in_locked(&buf->fifo, orig, buf->chunk_size,
114 lirc_buffer_write(struct lirc_buffer *buf, unsigned char *orig) argument
/include/net/
H A Dinetpeer.h97 unsigned long orig = *ptr; local
99 if (!(orig & INETPEER_BASE_BIT) ||
100 cmpxchg(ptr, orig, val) != orig)
H A Dxfrm.h305 struct dst_entry *(*blackhole_route)(struct net *net, struct dst_entry *orig);
1715 struct xfrm_state *orig)
1717 x->replay_esn = kzalloc(xfrm_replay_state_esn_len(orig->replay_esn),
1722 x->replay_esn->bmp_len = orig->replay_esn->bmp_len;
1723 x->replay_esn->replay_window = orig->replay_esn->replay_window;
1736 static inline struct xfrm_algo_aead *xfrm_algo_aead_clone(struct xfrm_algo_aead *orig) argument
1738 return kmemdup(orig, aead_len(orig), GFP_KERNEL);
1742 static inline struct xfrm_algo *xfrm_algo_clone(struct xfrm_algo *orig) argument
1744 return kmemdup(orig, xfrm_alg_le
1714 xfrm_replay_clone(struct xfrm_state *x, struct xfrm_state *orig) argument
1747 xfrm_algo_auth_clone(struct xfrm_algo_auth *orig) argument
[all...]
/include/linux/mtd/
H A Dmap.h352 static inline map_word map_word_load_partial(struct map_info *map, map_word orig, const unsigned char *buf, int start, int len) argument
357 char *dest = (char *)&orig;
367 orig.x[0] &= ~(0xff << bitpos);
368 orig.x[0] |= (unsigned long)buf[i-start] << bitpos;
371 return orig;
/include/linux/
H A Dif_team.h63 } orig; member in struct:team_port
H A Dthermal.h288 u32 orig; member in struct:thermal_genl_event
H A Dsecurity.h282 * @orig the original mount data copied from userspace.
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) argument

Completed in 1608 milliseconds