Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/utils/nlink/inc/
H A Dwlan_nlink_srv.h80 int nl_srv_ucast(struct sk_buff *skb, int dst_pid, int flag,
99 int nl_srv_ucast(struct sk_buff *skb, int dst_pid, int flag);
/wlan-driver/qca-wifi-host-cmn/utils/nlink/src/
H A Dwlan_nlink_srv.c116 int nl_srv_ucast(struct sk_buff *skb, int dst_pid, int flag) in nl_srv_ucast() function
504 int nl_srv_ucast(struct sk_buff *skb, int dst_pid, int flag, in nl_srv_ucast() function
622 int nl_srv_ucast(struct sk_buff *skb, int dst_pid, int flag) in nl_srv_ucast() function
802 int nl_srv_ucast(struct sk_buff *skb, int dst_pid, int flag) in nl_srv_ucast() function
836 nl_srv_ucast(skb, dst_pid, flag, WLAN_NL_MSG_OEM, in nl_srv_ucast_oem()
842 nl_srv_ucast(skb, dst_pid, flag); in nl_srv_ucast_oem()
/wlan-driver/qca-wifi-host-cmn/utils/ptt/src/
H A Dwlan_ptt_sock_svc.c82 return nl_srv_ucast(skb, dst_pid, flag, ANI_NL_MSG_PUMAC, in nl_srv_ucast_ptt()
85 return nl_srv_ucast(skb, dst_pid, flag); in nl_srv_ucast_ptt()
/wlan-driver/qca-wifi-host-cmn/os_if/linux/spectral/src/
H A Dos_if_spectral_netlink.c454 status = nl_srv_ucast(ps->skb[smsg_type], ps->spectral_pid, in os_if_spectral_nl_unicast_msg()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_spectralscan.c526 err = nl_srv_ucast(skb, hdd_ctx->sscan_pid, MSG_DONTWAIT, in send_spectral_scan_reg_rsp_msg()