Searched refs:tx_flags (Results 1 - 22 of 22) sorted by relevance

/net/mac80211/
H A Drc80211_minstrel_ht.h69 u32 tx_flags; member in struct:minstrel_ht_sta
H A Dscan.c444 u32 tx_flags; local
446 tx_flags = IEEE80211_TX_INTFL_OFFCHAN_TX_OK;
448 tx_flags |= IEEE80211_TX_CTL_NO_CCK_RATE;
460 tx_flags, local->hw.conf.chandef.chan, true);
H A Drc80211_minstrel_ht.c883 info->flags |= mi->tx_flags;
999 mi->tx_flags |= stbc << IEEE80211_TX_CTL_STBC_SHIFT;
1002 mi->tx_flags |= IEEE80211_TX_CTL_LDPC;
H A Dmlme.c2276 u32 tx_flags = 0; local
2285 tx_flags = IEEE80211_TX_CTL_REQ_TX_STATUS |
2291 auth_data->key_idx, tx_flags);
3393 u32 tx_flags = 0; local
3434 tx_flags = IEEE80211_TX_CTL_REQ_TX_STATUS |
3441 tx_flags);
3465 if (tx_flags == 0) {
H A Dutil.c1171 u32 tx_flags)
1206 tx_flags;
1501 u32 ratemask, bool directed, u32 tx_flags,
1510 IEEE80211_SKB_CB(skb)->flags |= tx_flags;
1167 ieee80211_send_auth(struct ieee80211_sub_if_data *sdata, u16 transaction, u16 auth_alg, u16 status, const u8 *extra, size_t extra_len, const u8 *da, const u8 *bssid, const u8 *key, u8 key_len, u8 key_idx, u32 tx_flags) argument
1498 ieee80211_send_probe_req(struct ieee80211_sub_if_data *sdata, u8 *dst, const u8 *ssid, size_t ssid_len, const u8 *ie, size_t ie_len, u32 ratemask, bool directed, u32 tx_flags, struct ieee80211_channel *channel, bool scan) argument
H A Dieee80211_i.h1803 u32 tx_flags);
1822 u32 ratemask, bool directed, u32 tx_flags,
H A Dtx.c2074 skb_shinfo(skb)->tx_flags & SKBTX_WIFI_STATUS)) {
/net/ipv4/
H A Dtcp_offload.c22 skb_shinfo(skb)->tx_flags |= SKBTX_SW_TSTAMP;
128 if (unlikely(skb_shinfo(gso_skb)->tx_flags & SKBTX_SW_TSTAMP))
H A Dip_output.c864 if (cork->tx_flags & SKBTX_ANY_SW_TSTAMP &&
981 skb_shinfo(skb)->tx_flags = cork->tx_flags;
982 cork->tx_flags = 0;
1118 cork->tx_flags = ipc->tx_flags;
1545 ipc.tx_flags = 0;
H A Draw.c371 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
526 ipc.tx_flags = 0;
615 sock_tx_timestamp(sk, &ipc.tx_flags);
H A Dicmp.c413 ipc.tx_flags = 0;
676 ipc.tx_flags = 0;
H A Dping.c741 ipc.tx_flags = 0;
745 sock_tx_timestamp(sk, &ipc.tx_flags);
H A Dtcp.c437 sock_tx_timestamp(sk, &shinfo->tx_flags);
438 if (shinfo->tx_flags & SKBTX_ANY_TSTAMP)
959 skb_shinfo(skb)->tx_flags |= SKBTX_SHARED_FRAG;
H A Dtcp_output.c1111 if (unlikely(shinfo->tx_flags & SKBTX_ANY_TSTAMP) &&
1114 u8 tsflags = shinfo->tx_flags & SKBTX_ANY_TSTAMP;
1116 shinfo->tx_flags &= ~tsflags;
1117 shinfo2->tx_flags |= tsflags;
H A Dudp.c895 ipc.tx_flags = 0;
949 sock_tx_timestamp(sk, &ipc.tx_flags);
H A Dtcp_input.c3041 /* Avoid cache line misses to get skb_shinfo() and shinfo->tx_flags */
3046 if ((shinfo->tx_flags & SKBTX_ACK_TSTAMP) &&
/net/ipv6/
H A Dip6_output.c1154 __u8 tx_flags = 0; local
1272 sock_tx_timestamp(sk, &tx_flags);
1273 if (tx_flags & SKBTX_ANY_SW_TSTAMP &&
1398 skb_shinfo(skb)->tx_flags = tx_flags;
1399 tx_flags = 0;
/net/core/
H A Dskbuff.c520 if (shinfo->tx_flags & SKBTX_DEV_ZEROCOPY) {
655 if (skb_shinfo(skb)->tx_flags & SKBTX_DEV_ZEROCOPY) {
661 skb_shinfo(skb)->tx_flags &= ~SKBTX_DEV_ZEROCOPY;
851 skb_shinfo(skb)->tx_flags &= ~SKBTX_DEV_ZEROCOPY;
2474 skb_shinfo(skb1)->tx_flags = skb_shinfo(skb)->tx_flags & SKBTX_SHARED_FRAG;
3020 skb_shinfo(nskb)->tx_flags = skb_shinfo(head_skb)->tx_flags &
H A Ddev.c1684 if (skb_shinfo(skb)->tx_flags & SKBTX_DEV_ZEROCOPY) {
2906 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_SCHED_TSTAMP))
/net/can/
H A Draw.c710 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
/net/packet/
H A Daf_packet.c1704 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
2115 sock_tx_timestamp(&po->sk, &skb_shinfo(skb)->tx_flags);
2512 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
/net/
H A Dsocket.c613 void __sock_tx_timestamp(const struct sock *sk, __u8 *tx_flags) argument
615 u8 flags = *tx_flags;
629 *tx_flags = flags;

Completed in 693 milliseconds