Home
last modified time | relevance | path

Searched refs:md (Results 1 – 5 of 5) sorted by relevance

/net/ipv4/
Dtcp_highspeed.c17 unsigned int md; member
156 return max(tp->snd_cwnd - ((tp->snd_cwnd * hstcp_aimd_vals[ca->ai].md) >> 8), 2U); in hstcp_ssthresh()
Dip_tunnel_core.c131 struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md, in iptunnel_metadata_reply() argument
137 if (!md || md->u.tun_info.mode & IP_TUNNEL_INFO_TX) in iptunnel_metadata_reply()
145 src = &md->u.tun_info; in iptunnel_metadata_reply()
/net/core/
Dfilter.c2370 struct metadata_dst *md = this_cpu_ptr(md_dst); in BPF_CALL_4() local
2398 dst_hold((struct dst_entry *) md); in BPF_CALL_4()
2399 skb_dst_set(skb, (struct dst_entry *) md); in BPF_CALL_4()
2401 info = &md->u.tun_info; in BPF_CALL_4()
2441 const struct metadata_dst *md = this_cpu_ptr(md_dst); in BPF_CALL_3() local
2443 if (unlikely(info != &md->u.tun_info || (size & (sizeof(u32) - 1)))) in BPF_CALL_3()
/net/wireless/
Dtrace.h2007 __field(u16, md)
2013 __entry->md = ftie->md;
2017 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->md)
Dnl80211.c11164 ft_params.md = nla_get_u16(info->attrs[NL80211_ATTR_MDID]); in nl80211_update_ft_ies()