/net/ipv6/netfilter/ |
D | ip6t_ipv6header.c | 33 unsigned int temp; in ipv6header_mt6() local 46 temp = 0; in ipv6header_mt6() 55 temp |= MASK_NONE; in ipv6header_mt6() 63 temp |= MASK_ESP; in ipv6header_mt6() 81 temp |= MASK_HOPOPTS; in ipv6header_mt6() 84 temp |= MASK_ROUTING; in ipv6header_mt6() 87 temp |= MASK_FRAGMENT; in ipv6header_mt6() 90 temp |= MASK_AH; in ipv6header_mt6() 93 temp |= MASK_DSTOPTS; in ipv6header_mt6() 107 temp |= MASK_PROTO; in ipv6header_mt6() [all …]
|
D | ip6t_rt.c | 44 unsigned int temp; in rt_mt6() local 130 for (temp = 0; in rt_mt6() 131 temp < (unsigned int)((hdrlen - 8) / 16); in rt_mt6() 132 temp++) { in rt_mt6() 136 + temp * sizeof(_addr), in rt_mt6() 143 pr_debug("i=%d temp=%d;\n", i, temp); in rt_mt6() 162 for (temp = 0; temp < rtinfo->addrnr; temp++) { in rt_mt6() 166 + temp * sizeof(_addr), in rt_mt6() 171 if (!ipv6_addr_equal(ap, &rtinfo->addrs[temp])) in rt_mt6() 174 pr_debug("temp=%d #%d\n", temp, rtinfo->addrnr); in rt_mt6() [all …]
|
D | ip6t_hbh.c | 52 unsigned int temp; in hbh_mt6() local 104 for (temp = 0; temp < optinfo->optsnr; temp++) { in hbh_mt6() 114 if (*tp != (optinfo->opts[temp] & 0xFF00) >> 8) { in hbh_mt6() 116 (optinfo->opts[temp] & 0xFF00) >> 8); in hbh_mt6() 133 spec_len = optinfo->opts[temp] & 0x00FF; in hbh_mt6() 151 temp < optinfo->optsnr - 1) { in hbh_mt6() 158 if (temp == optinfo->optsnr) in hbh_mt6()
|
/net/smc/ |
D | smc_cdc.h | 153 union smc_host_cursor temp; in smc_host_cursor_to_cdc() local 155 smc_curs_write(&temp, smc_curs_read(local, conn), conn); in smc_host_cursor_to_cdc() 156 peer->count = htonl(temp.count); in smc_host_cursor_to_cdc() 157 peer->wrap = htons(temp.wrap); in smc_host_cursor_to_cdc() 179 union smc_host_cursor temp, old; in smc_cdc_cursor_to_host() local 184 temp.count = ntohl(net.count); in smc_cdc_cursor_to_host() 185 temp.wrap = ntohs(net.wrap); in smc_cdc_cursor_to_host() 186 if ((old.wrap > temp.wrap) && temp.wrap) in smc_cdc_cursor_to_host() 188 if ((old.wrap == temp.wrap) && in smc_cdc_cursor_to_host() 189 (old.count > temp.count)) in smc_cdc_cursor_to_host() [all …]
|
/net/netfilter/ |
D | xt_IDLETIMER.c | 91 struct timespec temp; in check_for_delayed_trigger() local 97 temp.tv_sec = timer->timeout; in check_for_delayed_trigger() 98 temp.tv_nsec = 0; in check_for_delayed_trigger() 100 temp = timespec_add(timer->delayed_timer_trigger, temp); in check_for_delayed_trigger() 101 ts->tv_sec = temp.tv_sec; in check_for_delayed_trigger() 102 ts->tv_nsec = temp.tv_nsec; in check_for_delayed_trigger() 107 temp = timespec_add(timer->last_modified_timer, temp); in check_for_delayed_trigger() 108 ts->tv_sec = temp.tv_sec; in check_for_delayed_trigger() 109 ts->tv_nsec = temp.tv_nsec; in check_for_delayed_trigger()
|
/net/sctp/ |
D | ulpqueue.c | 98 struct sk_buff_head temp; in sctp_ulpq_tail_data() local 113 skb_queue_head_init(&temp); in sctp_ulpq_tail_data() 114 __skb_queue_tail(&temp, sctp_event2skb(event)); in sctp_ulpq_tail_data() 732 struct sk_buff_head temp; in sctp_ulpq_reasm_drain() local 740 skb_queue_head_init(&temp); in sctp_ulpq_reasm_drain() 741 __skb_queue_tail(&temp, sctp_event2skb(event)); in sctp_ulpq_reasm_drain() 893 struct sk_buff_head temp; in sctp_ulpq_reap_ordered() local 900 skb_queue_head_init(&temp); in sctp_ulpq_reap_ordered() 925 __skb_queue_tail(&temp, pos); in sctp_ulpq_reap_ordered() 939 __skb_queue_tail(&temp, pos); in sctp_ulpq_reap_ordered()
|
D | chunk.c | 88 struct list_head *pos, *temp; in sctp_datamsg_destroy() local 99 list_for_each_safe(pos, temp, &msg->chunks) { in sctp_datamsg_destroy() 170 struct list_head *pos, *temp; in sctp_datamsg_from_user() local 293 list_for_each_safe(pos, temp, &msg->chunks) { in sctp_datamsg_from_user()
|
D | outqueue.c | 217 struct list_head *lchunk, *temp; in __sctp_outq_teardown() local 233 list_for_each_safe(lchunk, temp, &q->sacked) { in __sctp_outq_teardown() 242 list_for_each_safe(lchunk, temp, &q->retransmit) { in __sctp_outq_teardown() 251 list_for_each_safe(lchunk, temp, &q->abandoned) { in __sctp_outq_teardown() 353 struct sctp_chunk *chk, *temp; in sctp_prsctp_prune_sent() local 355 list_for_each_entry_safe(chk, temp, queue, transmitted_list) { in sctp_prsctp_prune_sent() 393 struct sctp_chunk *chk, *temp; in sctp_prsctp_prune_unsent() local 395 list_for_each_entry_safe(chk, temp, &q->out_chunk_list, list) { in sctp_prsctp_prune_unsent() 1227 struct list_head *lchunk, *transport_list, *temp; in sctp_outq_sack() local 1336 list_for_each_safe(lchunk, temp, &q->sacked) { in sctp_outq_sack() [all …]
|
D | bind_addr.c | 135 struct sctp_sockaddr_entry *addr, *temp; in sctp_bind_addr_clean() local 138 list_for_each_entry_safe(addr, temp, &bp->address_list, list) { in sctp_bind_addr_clean() 190 struct sctp_sockaddr_entry *addr, *temp; in sctp_del_bind_addr() local 196 list_for_each_entry_safe(addr, temp, &bp->address_list, list) { in sctp_del_bind_addr()
|
D | protocol.c | 187 struct list_head *pos, *temp; in sctp_free_local_addr_list() local 189 list_for_each_safe(pos, temp, &net->sctp.local_addr_list) { in sctp_free_local_addr_list() 631 struct sctp_sockaddr_entry *addrw, *temp; in sctp_addr_wq_timeout_handler() local 636 list_for_each_entry_safe(addrw, temp, &net->sctp.addr_waitq, list) { in sctp_addr_wq_timeout_handler() 691 struct sctp_sockaddr_entry *temp; in sctp_free_addr_wq() local 695 list_for_each_entry_safe(addrw, temp, &net->sctp.addr_waitq, list) { in sctp_free_addr_wq() 784 struct sctp_sockaddr_entry *temp; in sctp_inetaddr_event() local 803 list_for_each_entry_safe(addr, temp, in sctp_inetaddr_event()
|
D | associola.c | 336 struct list_head *pos, *temp; in sctp_association_free() local 394 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) { in sctp_association_free() 752 struct list_head *temp; in sctp_assoc_del_peer() local 755 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) { in sctp_assoc_del_peer() 787 struct sctp_transport *temp; in sctp_assoc_del_nonprimary_peers() local 790 list_for_each_entry_safe(t, temp, &asoc->peer.transport_addr_list, in sctp_assoc_del_nonprimary_peers() 1151 struct list_head *pos, *temp; in sctp_assoc_update() local 1165 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) { in sctp_assoc_update()
|
D | socket.c | 1523 struct list_head *pos, *temp; in sctp_close() local 1539 list_for_each_safe(pos, temp, &ep->asocs) { in sctp_close() 5410 union sctp_addr temp; in sctp_getsockopt_peer_addrs() local 5432 memcpy(&temp, &from->ipaddr, sizeof(temp)); in sctp_getsockopt_peer_addrs() 5434 ->addr_to_user(sp, &temp); in sctp_getsockopt_peer_addrs() 5437 if (copy_to_user(to, &temp, addrlen)) in sctp_getsockopt_peer_addrs() 5457 union sctp_addr temp; in sctp_copy_laddrs() local 5474 memcpy(&temp, &addr->a, sizeof(temp)); in sctp_copy_laddrs() 5475 if (!temp.v4.sin_port) in sctp_copy_laddrs() 5476 temp.v4.sin_port = htons(port); in sctp_copy_laddrs() [all …]
|
D | stream.c | 838 LIST_HEAD(temp); in sctp_process_strreset_resp() 851 list_splice_init(&asoc->outqueue.out_chunk_list, &temp); in sctp_process_strreset_resp() 853 list_splice_init(&temp, &asoc->outqueue.out_chunk_list); in sctp_process_strreset_resp()
|
D | endpointola.c | 218 if (asoc->temp) in sctp_endpoint_add_asoc()
|
D | sm_sideeffect.c | 921 (!asoc->temp) && (sk->sk_shutdown != SHUTDOWN_MASK)) in sctp_cmd_delete_tcb() 1013 struct list_head *temp; in sctp_cmd_del_non_primary() local 1016 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) { in sctp_cmd_del_non_primary()
|
D | input.c | 886 if (t->asoc->temp) in sctp_hash_transport() 914 if (t->asoc->temp) in sctp_unhash_transport()
|
/net/sched/ |
D | sch_choke.c | 162 struct flow_keys temp; in choke_match_flow() local 169 skb_flow_dissect_flow_keys(skb1, &temp, 0); in choke_match_flow() 170 make_flow_keys_digest(&choke_skb_cb(skb1)->keys, &temp); in choke_match_flow() 175 skb_flow_dissect_flow_keys(skb2, &temp, 0); in choke_match_flow() 176 make_flow_keys_digest(&choke_skb_cb(skb2)->keys, &temp); in choke_match_flow()
|
/net/bridge/ |
D | br_multicast.c | 2579 struct br_mcast_stats temp; in br_multicast_get_stats() local 2584 memcpy(&temp, &cpu_stats->mstats, sizeof(temp)); in br_multicast_get_stats() 2587 mcast_stats_add_dir(tdst.igmp_v1queries, temp.igmp_v1queries); in br_multicast_get_stats() 2588 mcast_stats_add_dir(tdst.igmp_v2queries, temp.igmp_v2queries); in br_multicast_get_stats() 2589 mcast_stats_add_dir(tdst.igmp_v3queries, temp.igmp_v3queries); in br_multicast_get_stats() 2590 mcast_stats_add_dir(tdst.igmp_leaves, temp.igmp_leaves); in br_multicast_get_stats() 2591 mcast_stats_add_dir(tdst.igmp_v1reports, temp.igmp_v1reports); in br_multicast_get_stats() 2592 mcast_stats_add_dir(tdst.igmp_v2reports, temp.igmp_v2reports); in br_multicast_get_stats() 2593 mcast_stats_add_dir(tdst.igmp_v3reports, temp.igmp_v3reports); in br_multicast_get_stats() 2594 tdst.igmp_parse_errors += temp.igmp_parse_errors; in br_multicast_get_stats() [all …]
|
/net/8021q/ |
D | vlanproc.c | 279 struct rtnl_link_stats64 temp; in vlandev_seq_show() local 287 stats = dev_get_stats(vlandev, &temp); in vlandev_seq_show()
|
/net/ceph/ |
D | osdmap.c | 2602 struct ceph_osds *temp) in get_temp_osds() argument 2607 ceph_osds_init(temp); in get_temp_osds() 2617 temp->osds[temp->size++] = CRUSH_ITEM_NONE; in get_temp_osds() 2619 temp->osds[temp->size++] = pg->pg_temp.osds[i]; in get_temp_osds() 2624 for (i = 0; i < temp->size; i++) { in get_temp_osds() 2625 if (temp->osds[i] != CRUSH_ITEM_NONE) { in get_temp_osds() 2626 temp->primary = temp->osds[i]; in get_temp_osds() 2635 temp->primary = pg->primary_temp.osd; in get_temp_osds()
|
/net/openvswitch/ |
D | vport.c | 284 struct rtnl_link_stats64 temp; in ovs_vport_get_stats() local 286 dev_stats = dev_get_stats(vport->dev, &temp); in ovs_vport_get_stats()
|
/net/core/ |
D | drop_monitor.c | 241 struct dm_hw_stat_delta *temp; in set_all_monitor_traces() local 270 list_for_each_entry_safe(new_stat, temp, &hw_stats_list, list) { in set_all_monitor_traces()
|
D | net-procfs.c | 80 struct rtnl_link_stats64 temp; in dev_seq_printf_stats() local 81 const struct rtnl_link_stats64 *stats = dev_get_stats(dev, &temp); in dev_seq_printf_stats()
|
/net/tipc/ |
D | subscr.c | 198 struct tipc_subscription *sub, *temp; in tipc_subscrb_subscrp_delete() local 202 list_for_each_entry_safe(sub, temp, subscription_list, subscrp_list) { in tipc_subscrb_subscrp_delete()
|
D | msg.h | 142 u32 temp = msg->hdr[a]; in msg_swap_words() local 145 msg->hdr[b] = temp; in msg_swap_words()
|