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

/net/mac80211/
H A Drc80211_minstrel_ht.h98 u32 tx_flags; member in struct:minstrel_ht_sta
H A Dscan.c387 u32 tx_flags; local
389 tx_flags = IEEE80211_TX_INTFL_OFFCHAN_TX_OK;
391 tx_flags |= IEEE80211_TX_CTL_NO_CCK_RATE;
403 tx_flags, local->hw.conf.chandef.chan, true);
H A Drc80211_minstrel_ht.c774 info->flags |= mi->tx_flags;
882 mi->tx_flags |= stbc << IEEE80211_TX_CTL_STBC_SHIFT;
885 mi->tx_flags |= IEEE80211_TX_CTL_LDPC;
H A Dutil.c1105 u32 tx_flags)
1139 tx_flags;
1353 u32 ratemask, bool directed, u32 tx_flags,
1362 IEEE80211_SKB_CB(skb)->flags |= tx_flags;
1101 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
1350 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 Dmlme.c2280 u32 tx_flags = 0; local
2289 tx_flags = IEEE80211_TX_CTL_REQ_TX_STATUS |
2295 auth_data->key_idx, tx_flags);
3390 u32 tx_flags = 0; local
3431 tx_flags = IEEE80211_TX_CTL_REQ_TX_STATUS |
3438 tx_flags);
3462 if (tx_flags == 0) {
H A Dieee80211_i.h1552 u32 tx_flags);
1569 u32 ratemask, bool directed, u32 tx_flags,
H A Dtx.c1981 skb_shinfo(skb)->tx_flags & SKBTX_WIFI_STATUS)) {
/net/ipv4/
H A Dip_output.c928 cork->tx_flags = 0;
939 skb_shinfo(skb)->tx_flags = cork->tx_flags;
1071 cork->tx_flags = ipc->tx_flags;
1491 ipc.tx_flags = 0;
H A Dicmp.c357 ipc.tx_flags = 0;
612 ipc.tx_flags = 0;
H A Dping.c736 ipc.tx_flags = 0;
738 sock_tx_timestamp(sk, &ipc.tx_flags);
H A Draw.c519 ipc.tx_flags = 0;
H A Dudp.c854 ipc.tx_flags = 0;
906 sock_tx_timestamp(sk, &ipc.tx_flags);
H A Dtcp.c895 skb_shinfo(skb)->tx_flags |= SKBTX_SHARED_FRAG;
/net/ipv6/
H A Dip6_output.c1142 __u8 tx_flags = 0; local
1233 sock_tx_timestamp(sk, &tx_flags);
1350 tx_flags = 0;
1365 skb_shinfo(skb)->tx_flags = tx_flags;
/net/core/
H A Dskbuff.c526 if (skb_shinfo(skb)->tx_flags & SKBTX_DEV_ZEROCOPY) {
667 if (skb_shinfo(skb)->tx_flags & SKBTX_DEV_ZEROCOPY) {
673 skb_shinfo(skb)->tx_flags &= ~SKBTX_DEV_ZEROCOPY;
855 skb_shinfo(skb)->tx_flags &= ~SKBTX_DEV_ZEROCOPY;
2358 skb_shinfo(skb1)->tx_flags = skb_shinfo(skb)->tx_flags & SKBTX_SHARED_FRAG;
2875 skb_shinfo(nskb)->tx_flags = skb_shinfo(skb)->tx_flags & SKBTX_SHARED_FRAG;
3340 * so keep the shared tx_flags and only
H A Ddev.c1650 if (skb_shinfo(skb)->tx_flags & SKBTX_DEV_ZEROCOPY) {
/net/can/
H A Draw.c715 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
/net/
H A Dsocket.c603 void sock_tx_timestamp(struct sock *sk, __u8 *tx_flags) argument
605 *tx_flags = 0;
607 *tx_flags |= SKBTX_HW_TSTAMP;
609 *tx_flags |= SKBTX_SW_TSTAMP;
611 *tx_flags |= SKBTX_WIFI_STATUS;
/net/packet/
H A Daf_packet.c1549 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);
1938 sock_tx_timestamp(&po->sk, &skb_shinfo(skb)->tx_flags);
2325 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags);

Completed in 342 milliseconds