Home
last modified time | relevance | path

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

/include/linux/
Dfs_context.h191 #define __logfc(fc, l, fmt, ...) logfc((fc)->log.log, NULL, \ argument
203 #define infof(fc, fmt, ...) __logfc(fc, 'i', fmt, ## __VA_ARGS__) argument
205 #define infofc(fc, fmt, ...) __plog((&(fc)->log), 'i', fmt, ## __VA_ARGS__) argument
215 #define warnf(fc, fmt, ...) __logfc(fc, 'w', fmt, ## __VA_ARGS__) argument
217 #define warnfc(fc, fmt, ...) __plog((&(fc)->log), 'w', fmt, ## __VA_ARGS__) argument
227 #define errorf(fc, fmt, ...) __logfc(fc, 'e', fmt, ## __VA_ARGS__) argument
229 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__) argument
239 #define invalf(fc, fmt, ...) (errorf(fc, fmt, ## __VA_ARGS__), -EINVAL) argument
241 #define invalfc(fc, fmt, ...) (errorfc(fc, fmt, ## __VA_ARGS__), -EINVAL) argument
Dieee802154.h330 static inline int ieee802154_is_data(__le16 fc) in ieee802154_is_data()
340 static inline bool ieee802154_is_secen(__le16 fc) in ieee802154_is_secen()
349 static inline bool ieee802154_is_ackreq(__le16 fc) in ieee802154_is_ackreq()
358 static inline bool ieee802154_is_intra_pan(__le16 fc) in ieee802154_is_intra_pan()
367 static inline __le16 ieee802154_daddr_mode(__le16 fc) in ieee802154_daddr_mode()
376 static inline __le16 ieee802154_saddr_mode(__le16 fc) in ieee802154_saddr_mode()
Dieee80211.h377 static inline bool ieee80211_has_tods(__le16 fc) in ieee80211_has_tods()
387 static inline bool ieee80211_has_fromds(__le16 fc) in ieee80211_has_fromds()
397 static inline bool ieee80211_has_a4(__le16 fc) in ieee80211_has_a4()
408 static inline bool ieee80211_has_morefrags(__le16 fc) in ieee80211_has_morefrags()
418 static inline bool ieee80211_has_retry(__le16 fc) in ieee80211_has_retry()
428 static inline bool ieee80211_has_pm(__le16 fc) in ieee80211_has_pm()
438 static inline bool ieee80211_has_moredata(__le16 fc) in ieee80211_has_moredata()
448 static inline bool ieee80211_has_protected(__le16 fc) in ieee80211_has_protected()
458 static inline bool ieee80211_has_order(__le16 fc) in ieee80211_has_order()
468 static inline bool ieee80211_is_mgmt(__le16 fc) in ieee80211_is_mgmt()
[all …]
Dfs_parser.h70 static inline int fs_parse(struct fs_context *fc, in fs_parse()
Dkernfs.h585 static inline int kernfs_get_tree(struct fs_context *fc) in kernfs_get_tree()
588 static inline void kernfs_free_fs_context(struct fs_context *fc) { } in kernfs_free_fs_context()
Dsecurity.h684 static inline int security_fs_context_submount(struct fs_context *fc, in security_fs_context_submount()
689 static inline int security_fs_context_dup(struct fs_context *fc, in security_fs_context_dup()
694 static inline int security_fs_context_parse_param(struct fs_context *fc, in security_fs_context_parse_param()
/include/net/
Dmac802154.h237 __le16 fc; in ieee802154_get_fc_from_skb() local
254 static inline unsigned char *ieee802154_skb_dst_pan(__le16 fc, in ieee802154_skb_dst_pan()
283 static inline unsigned char *ieee802154_skb_src_pan(__le16 fc, in ieee802154_skb_src_pan()
343 static inline bool ieee802154_skb_is_intra_pan_addressing(__le16 fc, in ieee802154_skb_is_intra_pan_addressing()
Dieee802154_netdev.h186 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.h392 __u8 fc; member
/include/net/phonet/
Dpep.h150 #define pn_flow_safe(fc) ((fc) >> 1) argument