Searched refs:sinfo (Results 1 – 10 of 10) sorted by relevance
| /include/net/ |
| A D | xdp.h | 158 const struct skb_shared_info *sinfo; in xdp_get_buff_len() local 164 len += sinfo->xdp_frags_size; in xdp_get_buff_len() 202 sinfo->xdp_frags_size = 0; in __xdp_buff_add_frag() 203 sinfo->xdp_frags_truesize = 0; in __xdp_buff_add_frag() 208 nr_frags = sinfo->nr_frags; in __xdp_buff_add_frag() 209 prev = &sinfo->frags[nr_frags - 1]; in __xdp_buff_add_frag() 224 sinfo->nr_frags = nr_frags; in __xdp_buff_add_frag() 225 sinfo->xdp_frags_size += size; in __xdp_buff_add_frag() 321 sinfo->nr_frags = nr_frags; in xdp_update_skb_shared_info() 326 sinfo->destructor_arg = NULL; in xdp_update_skb_shared_info() [all …]
|
| A D | cfg80211.h | 2360 struct station_info *sinfo); 2364 struct station_info *sinfo) in cfg80211_get_station() argument 4802 const u8 *mac, struct station_info *sinfo); 4804 int idx, u8 *mac, struct station_info *sinfo); 8639 kfree(sinfo->pertid); in cfg80211_sinfo_release_content() 8641 for (int link_id = 0; link_id < ARRAY_SIZE(sinfo->links); link_id++) { in cfg80211_sinfo_release_content() 8642 if (sinfo->links[link_id]) { in cfg80211_sinfo_release_content() 8643 kfree(sinfo->links[link_id]->pertid); in cfg80211_sinfo_release_content() 8644 kfree(sinfo->links[link_id]); in cfg80211_sinfo_release_content() 8658 struct station_info *sinfo, gfp_t gfp); [all …]
|
| A D | mac80211.h | 4636 struct station_info *sinfo);
|
| /include/net/libeth/ |
| A D | xdp.h | 642 const struct skb_shared_info *sinfo; in libeth_xdp_tx_queue_bulk() local 656 nr_frags = sinfo->nr_frags; in libeth_xdp_tx_queue_bulk() 697 us = (sinfo); \ 718 struct skb_shared_info *sinfo; in libeth_xdp_tx_fill_buf() local 724 sinfo = frm.data + frm.soff; in libeth_xdp_tx_fill_buf() 729 sinfo = NULL; in libeth_xdp_tx_fill_buf() 743 if (!sinfo) in libeth_xdp_tx_fill_buf() 748 sqe->sinfo = sinfo; in libeth_xdp_tx_fill_buf() 943 const struct skb_shared_info *sinfo; in libeth_xdp_xmit_queue_bulk() local 956 nr_frags = sinfo->nr_frags; in libeth_xdp_xmit_queue_bulk() [all …]
|
| A D | tx.h | 65 struct skb_shared_info *sinfo; member
|
| /include/linux/ |
| A D | virtio_net.h | 219 struct skb_shared_info *sinfo = skb_shinfo(skb); in virtio_net_hdr_from_skb() local 225 sinfo->gso_size); in virtio_net_hdr_from_skb() 226 if (sinfo->gso_type & SKB_GSO_TCPV4) in virtio_net_hdr_from_skb() 228 else if (sinfo->gso_type & SKB_GSO_TCPV6) in virtio_net_hdr_from_skb() 230 else if (sinfo->gso_type & SKB_GSO_UDP_L4) in virtio_net_hdr_from_skb() 234 if (sinfo->gso_type & SKB_GSO_TCP_ECN) in virtio_net_hdr_from_skb()
|
| /include/net/sctp/ |
| A D | stream_interleave.h | 24 const struct sctp_sndrcvinfo *sinfo,
|
| A D | structs.h | 612 struct sctp_sndrcvinfo sinfo; member 1128 struct sctp_sndrcvinfo *sinfo, int msg_len); 2197 struct sctp_sndinfo *sinfo; member
|
| A D | sm.h | 188 const struct sctp_sndrcvinfo *sinfo,
|
| /include/trace/events/ |
| A D | btrfs.h | 2159 const struct btrfs_space_info *sinfo), 2161 TP_ARGS(fs_info, sinfo), 2183 __entry->flags = sinfo->flags; 2191 __entry->clamp = sinfo->clamp; 2222 TP_ARGS(fs_info, sinfo) 2228 TP_ARGS(fs_info, sinfo) 2344 TP_ARGS(fs_info, sinfo, old, diff), 2353 __entry->type = sinfo->flags; 2367 TP_ARGS(fs_info, sinfo, old, diff) 2375 TP_ARGS(fs_info, sinfo, old, diff) [all …]
|
Completed in 68 milliseconds