Home
last modified time | relevance | path

Searched refs:sinfo (Results 1 – 8 of 8) sorted by relevance

/include/linux/
Dvirtio_net.h178 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/
Dstream_interleave.h24 const struct sctp_sndrcvinfo *sinfo,
Dstructs.h614 struct sctp_sndrcvinfo sinfo; member
1132 struct sctp_sndrcvinfo *sinfo, int msg_len);
2194 struct sctp_sndinfo *sinfo; member
Dsm.h192 const struct sctp_sndrcvinfo *sinfo,
/include/trace/events/
Dbtrfs.h2042 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/
Dmm.h68 TP_PROTO(struct seq_file *m, struct slabinfo *sinfo, struct kmem_cache *s),
69 TP_ARGS(m, sinfo, s));
/include/net/
Dcfg80211.h2150 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);
Dmac80211.h4065 struct station_info *sinfo);