Home
last modified time | relevance | path

Searched refs:dst_pid (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/utils/nlink/src/
Dwlan_nlink_srv.c116 int nl_srv_ucast(struct sk_buff *skb, int dst_pid, int flag) in nl_srv_ucast() argument
130 err = cnss_logger_nl_ucast(skb, dst_pid, flag); in nl_srv_ucast()
134 dst_pid, err); in nl_srv_ucast()
504 int nl_srv_ucast(struct sk_buff *skb, int dst_pid, int flag, in nl_srv_ucast() argument
512 status = send_msg_to_cld80211(mcgroup_id, dst_pid, app_id, in nl_srv_ucast()
622 int nl_srv_ucast(struct sk_buff *skb, int dst_pid, int flag) in nl_srv_ucast() argument
630 err = netlink_unicast(nl_srv_sock, skb, dst_pid, flag); in nl_srv_ucast()
634 dst_pid, err); in nl_srv_ucast()
802 int nl_srv_ucast(struct sk_buff *skb, int dst_pid, int flag) in nl_srv_ucast() argument
834 void nl_srv_ucast_oem(struct sk_buff *skb, int dst_pid, int flag) in nl_srv_ucast_oem() argument
[all …]
/wlan-driver/qca-wifi-host-cmn/utils/nlink/inc/
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);
104 void nl_srv_ucast_oem(struct sk_buff *skb, int dst_pid, int flag);
/wlan-driver/qca-wifi-host-cmn/utils/ptt/src/
Dwlan_ptt_sock_svc.c79 static int nl_srv_ucast_ptt(struct sk_buff *skb, int dst_pid, int flag) in nl_srv_ucast_ptt() argument
82 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/
Dos_if_spectral_netlink.c329 NETLINK_CB(skb).dst_pid = in os_if_init_spectral_skb_dst_pid()