/net/caif/ |
D | cfsrvl.c | 32 if (layr->up == NULL || layr->up->ctrlcmd == NULL) in cfservl_ctrlcmd() 38 layr->up->ctrlcmd(layr->up, ctrl, phyid); in cfservl_ctrlcmd() 43 layr->up->ctrlcmd(layr->up, ctrl, phyid); in cfservl_ctrlcmd() 49 layr->up->ctrlcmd(layr->up, in cfservl_ctrlcmd() 57 layr->up->ctrlcmd(layr->up, in cfservl_ctrlcmd() 65 layr->up->ctrlcmd(layr->up, in cfservl_ctrlcmd() 72 layr->up->ctrlcmd(layr->up, in cfservl_ctrlcmd() 79 layr->up->ctrlcmd(layr->up, in cfservl_ctrlcmd() 83 layr->up->ctrlcmd(layr->up, ctrl, phyid); in cfservl_ctrlcmd() 88 layr->up->ctrlcmd(layr->up, ctrl, phyid); in cfservl_ctrlcmd()
|
D | cfmuxl.c | 86 int cfmuxl_set_uplayer(struct cflayer *layr, struct cflayer *up, u8 linkid) in cfmuxl_set_uplayer() argument 98 list_add_rcu(&up->node, &muxl->srvl_list); in cfmuxl_set_uplayer() 125 struct cflayer *up; in get_up() local 127 up = rcu_dereference(muxl->up_cache[idx]); in get_up() 128 if (up == NULL || up->id != id) { in get_up() 130 up = get_from_id(&muxl->srvl_list, id); in get_up() 131 rcu_assign_pointer(muxl->up_cache[idx], up); in get_up() 134 return up; in get_up() 153 struct cflayer *up; in cfmuxl_remove_uplayer() local 163 up = get_from_id(&muxl->srvl_list, id); in cfmuxl_remove_uplayer() [all …]
|
D | cffrml.c | 64 void cffrml_set_uplayer(struct cflayer *this, struct cflayer *up) in cffrml_set_uplayer() argument 66 this->up = up; in cffrml_set_uplayer() 128 if (layr->up == NULL) { in cffrml_receive() 134 return layr->up->receive(layr->up, pkt); in cffrml_receive() 172 if (layr->up && layr->up->ctrlcmd) in cffrml_ctrlcmd() 173 layr->up->ctrlcmd(layr->up, ctrl, layr->id); in cffrml_ctrlcmd()
|
D | caif_dev.c | 160 caifd->layer.up-> in caif_flow_cb() 161 ctrlcmd(caifd->layer.up, in caif_flow_cb() 229 caifd->layer.up->ctrlcmd(caifd->layer.up, in transmit() 258 if (!caifd || !caifd->layer.up || !caifd->layer.up->receive || in receive() 269 err = caifd->layer.up->receive(caifd->layer.up, pkt); in receive() 295 if (!caifd || !caifd->layer.up || !caifd->layer.up->ctrlcmd) { in dev_flowctrl() 303 caifd->layer.up->ctrlcmd(caifd->layer.up, in dev_flowctrl() 425 if (!caifd || !caifd->layer.up || !caifd->layer.up->ctrlcmd) { in caif_device_notify() 434 caifd->layer.up->ctrlcmd(caifd->layer.up, in caif_device_notify()
|
D | cfutill.c | 45 caif_assert(layr->up != NULL); in cfutill_receive() 46 caif_assert(layr->up->receive != NULL); in cfutill_receive() 47 caif_assert(layr->up->ctrlcmd != NULL); in cfutill_receive() 56 return layr->up->receive(layr->up, pkt); in cfutill_receive()
|
D | cfrfml.c | 106 caif_assert(layr->up != NULL); in cfrfml_receive() 167 err = rfml->serv.layer.up->receive(rfml->serv.layer.up, pkt); in cfrfml_receive() 183 layr->up->ctrlcmd(layr->up, CAIF_CTRLCMD_REMOTE_SHUTDOWN_IND, in cfrfml_receive() 288 layr->up->ctrlcmd(layr->up, CAIF_CTRLCMD_REMOTE_SHUTDOWN_IND, in cfrfml_transmit()
|
D | caif_usb.c | 45 return layr->up->receive(layr->up, pkt); in cfusbl_receive() 80 if (layr->up && layr->up->ctrlcmd) in cfusbl_ctrlcmd() 81 layr->up->ctrlcmd(layr->up, ctrl, layr->id); in cfusbl_ctrlcmd()
|
D | cfcnfg.c | 31 bool up; member 155 if (phy->up && phy->pref == phy_pref && in cfcnfg_get_phyid() 163 if (phy->up) in cfcnfg_get_phyid() 174 if (phy->ifindex == ifi && phy->up) in cfcnfg_get_id_from_ifi() 529 bool up) in cfcnfg_set_phy_state() argument 540 if (phyinfo->up == up) { in cfcnfg_set_phy_state() 544 phyinfo->up = up; in cfcnfg_set_phy_state() 546 if (up) { in cfcnfg_set_phy_state()
|
D | cfserl.c | 158 ret = layr->layer.up->receive(layr->layer.up, pkt); in cfserl_receive() 192 layr->up->ctrlcmd(layr->up, ctrl, phyid); in cfserl_ctrlcmd()
|
D | cfveil.c | 43 caif_assert(layr->up != NULL); in cfvei_receive() 55 ret = layr->up->receive(layr->up, pkt); in cfvei_receive()
|
D | cfdgml.c | 45 caif_assert(layr->up != NULL); in cfdgml_receive() 61 ret = layr->up->receive(layr->up, pkt); in cfdgml_receive()
|
D | cfdbgl.c | 35 return layr->up->receive(layr->up, pkt); in cfdbgl_receive()
|
D | cfvidl.c | 44 return layr->up->receive(layr->up, pkt); in cfvidl_receive()
|
D | cfctrl.c | 505 cfctrl->res.reject_rsp(cfctrl->serv.layer.up, in cfctrl_recv() 511 layer.up, linkid, in cfctrl_recv() 524 cfctrl->res.linkdestroy_rsp(cfctrl->serv.layer.up, linkid); in cfctrl_recv()
|
/net/ipv4/ |
D | udp.c | 680 struct udp_sock *up = udp_sk(sk); in __udp4_lib_err_encap() local 682 lookup = READ_ONCE(up->encap_err_lookup); in __udp4_lib_err_encap() 807 struct udp_sock *up = udp_sk(sk); in udp_flush_pending_frames() local 809 if (up->pending) { in udp_flush_pending_frames() 810 up->len = 0; in udp_flush_pending_frames() 811 up->pending = 0; in udp_flush_pending_frames() 984 struct udp_sock *up = udp_sk(sk); in udp_push_pending_frames() local 997 up->len = 0; in udp_push_pending_frames() 998 up->pending = 0; in udp_push_pending_frames() 1043 struct udp_sock *up = udp_sk(sk); in udp_sendmsg() local [all …]
|
D | xfrm4_input.c | 84 struct udp_sock *up = udp_sk(sk); in xfrm4_udp_encap_rcv() local 91 __u16 encap_type = up->encap_type; in xfrm4_udp_encap_rcv()
|
/net/ipv6/ |
D | udp.c | 551 struct udp_sock *up = udp_sk(sk); in __udp6_lib_err_encap() local 553 lookup = READ_ONCE(up->encap_err_lookup); in __udp6_lib_err_encap() 680 struct udp_sock *up = udp_sk(sk); in udpv6_queue_rcv_one_skb() local 686 if (static_branch_unlikely(&udpv6_encap_needed_key) && up->encap_type) { in udpv6_queue_rcv_one_skb() 701 encap_rcv = READ_ONCE(up->encap_rcv); in udpv6_queue_rcv_one_skb() 724 if ((up->pcflag & UDPLITE_RECV_CC) && UDP_SKB_CB(skb)->partial_cov) { in udpv6_queue_rcv_one_skb() 726 if (up->pcrlen == 0) { /* full coverage was set */ in udpv6_queue_rcv_one_skb() 731 if (UDP_SKB_CB(skb)->cscov < up->pcrlen) { in udpv6_queue_rcv_one_skb() 733 UDP_SKB_CB(skb)->cscov, up->pcrlen); in udpv6_queue_rcv_one_skb() 1103 struct udp_sock *up = udp_sk(sk); in udp_v6_flush_pending_frames() local [all …]
|
D | xfrm6_input.c | 79 struct udp_sock *up = udp_sk(sk); in xfrm6_udp_encap_rcv() local 87 __u16 encap_type = up->encap_type; in xfrm6_udp_encap_rcv()
|
/net/batman-adv/ |
D | gateway_common.c | 104 u32 *down, u32 *up) in batadv_parse_gw_bandwidth() argument 121 "upload gateway speed", up); in batadv_parse_gw_bandwidth() 137 u32 down, up; in batadv_gw_tvlv_container_update() local 149 up = atomic_read(&bat_priv->gw.bandwidth_up); in batadv_gw_tvlv_container_update() 151 gw.bandwidth_up = htonl(up); in batadv_gw_tvlv_container_update()
|
/net/ceph/ |
D | osdmap.c | 2662 struct ceph_osds *up) in apply_primary_affinity() argument 2674 for (i = 0; i < up->size; i++) { in apply_primary_affinity() 2675 int osd = up->osds[i]; in apply_primary_affinity() 2683 if (i == up->size) in apply_primary_affinity() 2691 for (i = 0; i < up->size; i++) { in apply_primary_affinity() 2692 int osd = up->osds[i]; in apply_primary_affinity() 2717 up->primary = up->osds[pos]; in apply_primary_affinity() 2722 up->osds[i] = up->osds[i - 1]; in apply_primary_affinity() 2723 up->osds[0] = up->primary; in apply_primary_affinity() 2784 struct ceph_osds *up, in ceph_pg_to_up_acting_osds() argument [all …]
|
D | debugfs.c | 190 for (i = 0; i < t->up.size; i++) in dump_target() 191 seq_printf(s, "%s%d", (!i ? "" : ","), t->up.osds[i]); in dump_target() 192 seq_printf(s, "]/%d\t[", t->up.primary); in dump_target()
|
/net/xfrm/ |
D | xfrm_user.c | 428 struct xfrm_replay_state_esn *up; in xfrm_replay_verify_len() local 434 up = nla_data(rp); in xfrm_replay_verify_len() 435 ulen = xfrm_replay_state_esn_len(up); in xfrm_replay_verify_len() 441 replay_esn->bmp_len != up->bmp_len) in xfrm_replay_verify_len() 444 if (up->replay_window > up->bmp_len * sizeof(__u32) * 8) in xfrm_replay_verify_len() 454 struct xfrm_replay_state_esn *p, *pp, *up; in xfrm_alloc_replay_state_esn() local 460 up = nla_data(rta); in xfrm_alloc_replay_state_esn() 461 klen = xfrm_replay_state_esn_len(up); in xfrm_alloc_replay_state_esn() 462 ulen = nla_len(rta) >= (int)klen ? klen : sizeof(*up); in xfrm_alloc_replay_state_esn() 474 memcpy(p, up, ulen); in xfrm_alloc_replay_state_esn() [all …]
|
/net/tipc/ |
D | bearer.c | 351 test_and_set_bit_lock(0, &b->up); in tipc_enable_bearer() 397 clear_bit_unlock(0, &b->up); in bearer_disable() 539 if (likely(b && (test_bit(0, &b->up) || msg_is_reset(hdr)))) { in tipc_bearer_xmit_skb() 570 if (likely(test_bit(0, &b->up) || msg_is_reset(buf_msg(skb)))) { in tipc_bearer_xmit() 597 if (unlikely(!b || !test_bit(0, &b->up))) in tipc_bearer_bc_xmit() 633 if (likely(b && test_bit(0, &b->up) && in tipc_l2_rcv_msg() 670 test_and_set_bit_lock(0, &b->up); in tipc_l2_device_event() 675 clear_bit_unlock(0, &b->up); in tipc_l2_device_event() 679 test_and_set_bit_lock(0, &b->up); in tipc_l2_device_event()
|
/net/wimax/ |
D | Kconfig | 15 Please note that most of these devices require signing up
|
/net/dcb/ |
D | dcbnl.c | 437 u8 up, idtype; in dcbnl_getapp() local 467 up = ret; in dcbnl_getapp() 473 up = dcb_getapp(netdev, &app); in dcbnl_getapp() 488 ret = nla_put_u8(skb, DCB_APP_ATTR_PRIORITY, up); in dcbnl_getapp() 506 u8 up, idtype; in dcbnl_setapp() local 531 up = nla_get_u8(app_tb[DCB_APP_ATTR_PRIORITY]); in dcbnl_setapp() 534 ret = netdev->dcbnl_ops->setapp(netdev, idtype, id, up); in dcbnl_setapp() 541 app.priority = up; in dcbnl_setapp()
|