Home
last modified time | relevance | path

Searched refs:extra (Results 1 – 23 of 23) sorted by relevance

/include/net/
A Dcfg80211-wext.h22 union iwreq_data *wrqu, char *extra);
24 union iwreq_data *wrqu, char *extra);
26 union iwreq_data *wrqu, char *extra);
29 union iwreq_data *wrqu, char *extra);
32 union iwreq_data *wrqu, char *extra);
35 union iwreq_data *wrqu, char *extra);
38 union iwreq_data *wrqu, char *extra);
41 union iwreq_data *wrqu, char *extra);
44 union iwreq_data *wrqu, char *extra);
47 union iwreq_data *wrqu, char *extra);
[all …]
A Dbond_options.h98 char extra[BOND_OPT_EXTRA_MAXLEN]; member
142 void *extra, size_t extra_len) in __bond_opt_init() argument
151 if (extra && extra_len <= BOND_OPT_EXTRA_MAXLEN) in __bond_opt_init()
152 memcpy(optval->extra, extra, extra_len); in __bond_opt_init()
156 #define bond_opt_initextra(optval, extra, extra_len) \ argument
157 __bond_opt_init(optval, NULL, ULLONG_MAX, extra, extra_len)
A Diw_handler.h314 union iwreq_data *wrqu, char *extra);
412 union iwreq_data *wrqu, const char *extra);
483 char *ends, struct iw_event *iwe, char *extra);
487 char *ends, struct iw_event *iwe, char *extra) in iwe_stream_add_point_check() argument
489 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra); in iwe_stream_add_point_check()
A Dgso.h32 static inline int gso_pskb_expand_head(struct sk_buff *skb, int extra) in gso_pskb_expand_head() argument
38 ret = pskb_expand_head(skb, extra, 0, GFP_ATOMIC); in gso_pskb_expand_head()
A Dwext.h54 char * extra);
/include/linux/
A Dfont.h75 unsigned int extra[FONT_EXTRA_WORDS]; member
A Dstackdepot.h49 u32 extra : STACK_DEPOT_EXTRA_BITS; member
A Drculist.h62 #define __list_check_rcu(dummy, cond, extra...) \ argument
64 check_arg_count_one(extra); \
75 #define __list_check_rcu(dummy, cond, extra...) \ argument
76 ({ check_arg_count_one(extra); })
A Dspinlock.h74 #define LOCK_SECTION_START(extra) \ argument
76 extra \
A Dmemstick.h309 struct memstick_host *memstick_alloc_host(unsigned int extra,
A Dusb.h76 unsigned char *extra; /* Extra descriptors */ member
87 unsigned char *extra; /* Extra descriptors */ member
421 unsigned char *extra; /* Extra descriptors */ member
439 __usb_get_extra_descriptor((ifpoint)->extra, \
A Dmod_devicetable.h258 __u8 extra; member
A Dnetdevice.h306 #define LL_RESERVED_SPACE_EXTRA(dev,extra) \ argument
307 ((((dev)->hard_header_len + READ_ONCE((dev)->needed_headroom) + (extra)) \
/include/net/sctp/
A Dsctp.h572 __u32 mtu, __u32 extra) in __sctp_mtu_payload() argument
574 __u32 overhead = sizeof(struct sctphdr) + extra; in __sctp_mtu_payload()
591 __u32 mtu, __u32 extra) in sctp_mtu_payload() argument
593 return __sctp_mtu_payload(sp, NULL, mtu, extra); in sctp_mtu_payload()
/include/crypto/
A Dacompress.h251 struct crypto_acomp *tfm, size_t extra, gfp_t gfp) in acomp_request_alloc_extra_noprof() argument
257 if (check_add_overflow(len, extra, &len)) in acomp_request_alloc_extra_noprof()
/include/sound/
A Dintel-nhlt.h85 u32 extra; member
A Demu10k1.h1507 struct snd_emu10k1_voice *extra; member
/include/linux/mmc/
A Dhost.h573 struct mmc_host *mmc_alloc_host(int extra, struct device *);
574 struct mmc_host *devm_mmc_alloc_host(struct device *dev, int extra);
/include/trace/events/
A Dafs.h1732 TP_PROTO(struct afs_operation *op, enum afs_rotate_trace reason, unsigned int extra),
1734 TP_ARGS(op, reason, extra),
1739 __field(unsigned int, extra)
1753 __entry->extra = extra;
1763 __entry->extra)
A Drxrpc.h1953 __field(unsigned short, extra)
1965 __entry->extra = call->cong_extra;
1978 __entry->extra,
/include/linux/mtd/
A Dcfi.h168 uint8_t extra[]; member
/include/drm/
A Ddrm_gpuvm.h549 } extra; member
/include/net/bluetooth/
A Dhci_core.h271 unsigned int extra; member

Completed in 79 milliseconds