Searched refs:sinfo (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
D | virtio_net.h | 178 struct skb_shared_info *sinfo = skb_shinfo(skb); in virtio_net_hdr_from_skb() local 184 sinfo->gso_size); in virtio_net_hdr_from_skb() 185 if (sinfo->gso_type & SKB_GSO_TCPV4) in virtio_net_hdr_from_skb() 187 else if (sinfo->gso_type & SKB_GSO_TCPV6) in virtio_net_hdr_from_skb() 191 if (sinfo->gso_type & SKB_GSO_TCP_ECN) in virtio_net_hdr_from_skb()
|
/include/net/sctp/ |
D | stream_interleave.h | 24 const struct sctp_sndrcvinfo *sinfo,
|
D | structs.h | 614 struct sctp_sndrcvinfo sinfo; member 1132 struct sctp_sndrcvinfo *sinfo, int msg_len); 2194 struct sctp_sndinfo *sinfo; member
|
D | sm.h | 192 const struct sctp_sndrcvinfo *sinfo,
|
/include/trace/events/ |
D | btrfs.h | 2042 const struct btrfs_space_info *sinfo), 2044 TP_ARGS(fs_info, sinfo), 2066 __entry->flags = sinfo->flags; 2067 __entry->total_bytes = sinfo->total_bytes; 2068 __entry->bytes_used = sinfo->bytes_used; 2069 __entry->bytes_pinned = sinfo->bytes_pinned; 2070 __entry->bytes_reserved = sinfo->bytes_reserved; 2071 __entry->bytes_may_use = sinfo->bytes_may_use; 2072 __entry->bytes_readonly = sinfo->bytes_readonly; 2073 __entry->reclaim_size = sinfo->reclaim_size; [all …]
|
/include/trace/hooks/ |
D | mm.h | 68 TP_PROTO(struct seq_file *m, struct slabinfo *sinfo, struct kmem_cache *s), 69 TP_ARGS(m, sinfo, s));
|
/include/net/ |
D | cfg80211.h | 2150 struct station_info *sinfo); 2154 struct station_info *sinfo) in cfg80211_get_station() argument 4620 const u8 *mac, struct station_info *sinfo); 4622 int idx, u8 *mac, struct station_info *sinfo); 8144 int cfg80211_sinfo_alloc_tid_stats(struct station_info *sinfo, gfp_t gfp); 8154 static inline void cfg80211_sinfo_release_content(struct station_info *sinfo) in cfg80211_sinfo_release_content() argument 8156 kfree(sinfo->pertid); in cfg80211_sinfo_release_content() 8168 struct station_info *sinfo, gfp_t gfp); 8178 struct station_info *sinfo, gfp_t gfp);
|
D | mac80211.h | 4065 struct station_info *sinfo);
|