Home
last modified time | relevance | path

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

/net/mac80211/
Drc80211_minstrel_ht.h91 u32 tx_flags; member
Dscan.c486 u32 tx_flags; in ieee80211_scan_state_send_probe() local
491 tx_flags = IEEE80211_TX_INTFL_OFFCHAN_TX_OK; in ieee80211_scan_state_send_probe()
493 tx_flags |= IEEE80211_TX_CTL_NO_CCK_RATE; in ieee80211_scan_state_send_probe()
504 tx_flags, local->hw.conf.chandef.chan, true); in ieee80211_scan_state_send_probe()
Drc80211_minstrel_ht.c1025 info->flags |= mi->tx_flags; in minstrel_ht_get_rate()
1153 mi->tx_flags |= stbc << IEEE80211_TX_CTL_STBC_SHIFT; in minstrel_ht_update_caps()
1156 mi->tx_flags |= IEEE80211_TX_CTL_LDPC; in minstrel_ht_update_caps()
Dmlme.c2625 u32 tx_flags = 0; in ieee80211_auth_challenge() local
2634 tx_flags = IEEE80211_TX_CTL_REQ_TX_STATUS | in ieee80211_auth_challenge()
2640 auth_data->key_idx, tx_flags); in ieee80211_auth_challenge()
3785 u32 tx_flags = 0; in ieee80211_auth() local
3824 tx_flags = IEEE80211_TX_CTL_REQ_TX_STATUS | in ieee80211_auth()
3831 tx_flags); in ieee80211_auth()
3833 if (tx_flags == 0) { in ieee80211_auth()
Dutil.c1226 u32 tx_flags) in ieee80211_send_auth() argument
1261 tx_flags; in ieee80211_send_auth()
1569 u32 ratemask, bool directed, u32 tx_flags, in ieee80211_send_probe_req() argument
1578 IEEE80211_SKB_CB(skb)->flags |= tx_flags; in ieee80211_send_probe_req()
Dieee80211_i.h1917 u32 tx_flags);
1938 u32 ratemask, bool directed, u32 tx_flags,
Dtx.c2278 skb_shinfo(skb)->tx_flags & SKBTX_WIFI_STATUS)) { in ieee80211_build_hdr()
2735 if (skb->sk && skb_shinfo(skb)->tx_flags & SKBTX_WIFI_STATUS) in ieee80211_xmit_fast()
/net/ipv4/
Dtcp_offload.c22 skb_shinfo(skb)->tx_flags |= SKBTX_SW_TSTAMP; in tcp_gso_tstamp()
128 if (unlikely(skb_shinfo(gso_skb)->tx_flags & SKBTX_SW_TSTAMP)) in tcp_gso_segment()
Dip_output.c909 if (cork->tx_flags & SKBTX_ANY_SW_TSTAMP && in __ip_append_data()
1030 skb_shinfo(skb)->tx_flags = cork->tx_flags; in __ip_append_data()
1031 cork->tx_flags = 0; in __ip_append_data()
1172 cork->tx_flags = ipc->tx_flags; in ip_setup_cork()
1582 ipc.tx_flags = 0; in ip_send_unicast_reply()
Draw.c383 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in raw_send_hdrinc()
553 ipc.tx_flags = 0; in raw_sendmsg()
652 sock_tx_timestamp(sk, &ipc.tx_flags); in raw_sendmsg()
Dicmp.c419 ipc.tx_flags = 0; in icmp_reply()
726 ipc.tx_flags = 0; in __icmp_send()
Dping.c748 ipc.tx_flags = 0; in ping_v4_sendmsg()
752 sock_tx_timestamp(sk, &ipc.tx_flags); in ping_v4_sendmsg()
Dtcp_output.c1133 if (unlikely(shinfo->tx_flags & SKBTX_ANY_TSTAMP) && in tcp_fragment_tstamp()
1136 u8 tsflags = shinfo->tx_flags & SKBTX_ANY_TSTAMP; in tcp_fragment_tstamp()
1138 shinfo->tx_flags &= ~tsflags; in tcp_fragment_tstamp()
1139 shinfo2->tx_flags |= tsflags; in tcp_fragment_tstamp()
Dtcp.c437 sock_tx_timestamp(sk, &shinfo->tx_flags); in tcp_tx_timestamp()
438 if (shinfo->tx_flags & SKBTX_ANY_TSTAMP) in tcp_tx_timestamp()
961 skb_shinfo(skb)->tx_flags |= SKBTX_SHARED_FRAG; in do_tcp_sendpages()
Dudp.c910 ipc.tx_flags = 0; in udp_sendmsg()
964 sock_tx_timestamp(sk, &ipc.tx_flags); in udp_sendmsg()
Dtcp_input.c3119 if ((shinfo->tx_flags & SKBTX_ACK_TSTAMP) && in tcp_ack_tstamp()
/net/ipv6/
Dip6_output.c1290 __u8 tx_flags = 0; in __ip6_append_data() local
1356 sock_tx_timestamp(sk, &tx_flags); in __ip6_append_data()
1357 if (tx_flags & SKBTX_ANY_SW_TSTAMP && in __ip6_append_data()
1488 skb_shinfo(skb)->tx_flags = tx_flags; in __ip6_append_data()
1489 tx_flags = 0; in __ip6_append_data()
/net/core/
Dskbuff.c604 if (shinfo->tx_flags & SKBTX_DEV_ZEROCOPY) { in skb_release_data()
733 if (skb_shinfo(skb)->tx_flags & SKBTX_DEV_ZEROCOPY) { in skb_tx_error()
739 skb_shinfo(skb)->tx_flags &= ~SKBTX_DEV_ZEROCOPY; in skb_tx_error()
934 skb_shinfo(skb)->tx_flags &= ~SKBTX_DEV_ZEROCOPY; in skb_copy_ubufs()
2619 skb_shinfo(skb1)->tx_flags |= skb_shinfo(skb)->tx_flags & in skb_split()
3196 skb_shinfo(nskb)->tx_flags |= skb_shinfo(head_skb)->tx_flags & in skb_segment()
3815 skb_shinfo(skb)->tx_flags |= skb_shinfo(orig_skb)->tx_flags & in __skb_tstamp_tx()
Ddev.c3157 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_SCHED_TSTAMP)) in __dev_queue_xmit()
/net/can/
Draw.c804 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in raw_sendmsg()
/net/
Dsocket.c605 void __sock_tx_timestamp(const struct sock *sk, __u8 *tx_flags) in __sock_tx_timestamp() argument
607 u8 flags = *tx_flags; in __sock_tx_timestamp()
621 *tx_flags = flags; in __sock_tx_timestamp()
/net/packet/
Daf_packet.c1962 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in packet_sendmsg_spkt()
2387 sock_tx_timestamp(&po->sk, &skb_shinfo(skb)->tx_flags); in tpacket_fill_skb()
2822 sock_tx_timestamp(sk, &skb_shinfo(skb)->tx_flags); in packet_snd()