Home
last modified time | relevance | path

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

/net/qrtr/
Daf_qrtr.c90 struct sockaddr_qrtr us; member
689 int port = ipc->us.sq_port; in qrtr_port_remove()
699 pkt->client.node = cpu_to_le32(ipc->us.sq_node); in qrtr_port_remove()
700 pkt->client.port = cpu_to_le32(ipc->us.sq_port); in qrtr_port_remove()
703 qrtr_bcast_enqueue(NULL, skb, QRTR_TYPE_DEL_CLIENT, &ipc->us, in qrtr_port_remove()
783 if (!zapped && addr->sq_port == ipc->us.sq_port) in __qrtr_bind()
794 ipc->us.sq_port = port; in __qrtr_bind()
832 if (addr->sq_node != ipc->us.sq_node) in qrtr_bind()
948 } else if (addr->sq_node == ipc->us.sq_node) { in qrtr_sendmsg()
975 if (ipc->us.sq_port == QRTR_PORT_CTRL) { in qrtr_sendmsg()
[all …]
/net/appletalk/
Daarp.c153 static void aarp_send_reply(struct net_device *dev, struct atalk_addr *us, in aarp_send_reply() argument
182 eah->pa_src_net = us->s_net; in aarp_send_reply()
183 eah->pa_src_node = us->s_node; in aarp_send_reply()
203 static void aarp_send_probe(struct net_device *dev, struct atalk_addr *us) in aarp_send_probe() argument
233 eah->pa_src_net = us->s_net; in aarp_send_probe()
234 eah->pa_src_node = us->s_node; in aarp_send_probe()
239 eah->pa_dst_net = us->s_net; in aarp_send_probe()
240 eah->pa_dst_node = us->s_node; in aarp_send_probe()
/net/sched/
Dsch_hhf.c549 u32 us = nla_get_u32(tb[TCA_HHF_RESET_TIMEOUT]); in hhf_change() local
551 q->hhf_reset_timeout = usecs_to_jiffies(us); in hhf_change()
558 u32 us = nla_get_u32(tb[TCA_HHF_EVICT_TIMEOUT]); in hhf_change() local
560 q->hhf_evict_timeout = usecs_to_jiffies(us); in hhf_change()
Dsch_cake.c277 static u64 us_to_ns(u64 us) in us_to_ns() argument
279 return us * NSEC_PER_USEC; in us_to_ns()
/net/netfilter/
Dxt_hashlimit.c505 u64 us = user; in user2credits_byte() local
506 us *= HZ * CREDITS_PER_JIFFY_BYTES; in user2credits_byte()
507 return (u32) (us >> 32); in user2credits_byte()