Home
last modified time | relevance | path

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

/linux-2.6.39/net/netlink/
Daf_netlink.c71 u32 dst_pid; member
691 nlk->dst_pid = 0; in netlink_connect()
707 nlk->dst_pid = nladdr->nl_pid; in netlink_connect()
726 nladdr->nl_pid = nlk->dst_pid; in netlink_getname()
760 nlk->dst_pid != nlk_sk(ssk)->pid) { in netlink_getsockbypid()
1318 u32 dst_pid; in netlink_sendmsg() local
1339 dst_pid = addr->nl_pid; in netlink_sendmsg()
1345 dst_pid = nlk->dst_pid; in netlink_sendmsg()
1381 netlink_broadcast(sk, skb, dst_pid, dst_group, GFP_KERNEL); in netlink_sendmsg()
1383 err = netlink_unicast(sk, skb, dst_pid, msg->msg_flags&MSG_DONTWAIT); in netlink_sendmsg()
/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_fw.h1824 uint32_t dst_pid; /* Src port id. high order byte */ member
Dqla_init.c5554 pid1 = pri_entry->dst_pid & INVALID_PORT_ID; in qla24xx_get_fcp_prio()