Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 12 of 12) sorted by relevance

/include/linux/
Dfs_context.h198 #define __logfc(fc, l, fmt, ...) logfc((fc)->log.log, NULL, \ argument
210 #define infof(fc, fmt, ...) __logfc(fc, 'i', fmt, ## __VA_ARGS__) argument
222 #define warnf(fc, fmt, ...) __logfc(fc, 'w', fmt, ## __VA_ARGS__) argument
224 #define warnfc(fc, fmt, ...) __plog((&(fc)->log), 'w', fmt, ## __VA_ARGS__) argument
234 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__) argument
236 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__) argument
246 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL) argument
248 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL) argument
Dieee802154.h234 static inline int ieee802154_is_data(__le16 fc) in ieee802154_is_data()
244 static inline bool ieee802154_is_secen(__le16 fc) in ieee802154_is_secen()
253 static inline bool ieee802154_is_ackreq(__le16 fc) in ieee802154_is_ackreq()
262 static inline bool ieee802154_is_intra_pan(__le16 fc) in ieee802154_is_intra_pan()
271 static inline __le16 ieee802154_daddr_mode(__le16 fc) in ieee802154_daddr_mode()
280 static inline __le16 ieee802154_saddr_mode(__le16 fc) in ieee802154_saddr_mode()
Dieee80211.h331 static inline bool ieee80211_has_tods(__le16 fc) in ieee80211_has_tods()
340 static inline bool ieee80211_has_fromds(__le16 fc) in ieee80211_has_fromds()
349 static inline bool ieee80211_has_a4(__le16 fc) in ieee80211_has_a4()
359 static inline bool ieee80211_has_morefrags(__le16 fc) in ieee80211_has_morefrags()
368 static inline bool ieee80211_has_retry(__le16 fc) in ieee80211_has_retry()
377 static inline bool ieee80211_has_pm(__le16 fc) in ieee80211_has_pm()
386 static inline bool ieee80211_has_moredata(__le16 fc) in ieee80211_has_moredata()
395 static inline bool ieee80211_has_protected(__le16 fc) in ieee80211_has_protected()
404 static inline bool ieee80211_has_order(__le16 fc) in ieee80211_has_order()
413 static inline bool ieee80211_is_mgmt(__le16 fc) in ieee80211_is_mgmt()
[all …]
Dfs_parser.h68 static inline int fs_parse(struct fs_context *fc, in fs_parse()
Dkernfs.h543 static inline int kernfs_get_tree(struct fs_context *fc) in kernfs_get_tree()
546 static inline void kernfs_free_fs_context(struct fs_context *fc) { } in kernfs_free_fs_context()
Dsecurity.h626 static inline int security_fs_context_dup(struct fs_context *fc, in security_fs_context_dup()
631 static inline int security_fs_context_parse_param(struct fs_context *fc, in security_fs_context_parse_param()
/include/net/
Dmac802154.h241 __le16 fc; in ieee802154_get_fc_from_skb() local
258 static inline unsigned char *ieee802154_skb_dst_pan(__le16 fc, in ieee802154_skb_dst_pan()
287 static inline unsigned char *ieee802154_skb_src_pan(__le16 fc, in ieee802154_skb_src_pan()
347 static inline bool ieee802154_skb_is_intra_pan_addressing(__le16 fc, in ieee802154_skb_is_intra_pan_addressing()
Dieee802154_netdev.h89 struct ieee802154_hdr_fc fc; member
/include/uapi/linux/
Dif_fddi.h111 __u8 fc; /* frame control */ member
Dif_hippi.h112 __u8 fc:3; member
Dkvm.h446 __u8 fc; member
/include/net/phonet/
Dpep.h147 #define pn_flow_safe(fc) ((fc) >> 1) argument