Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 25 of 34) sorted by relevance

12

/net/ipv6/netfilter/
A Dip6t_ipv6header.c30 unsigned int temp; in ipv6header_mt6() local
43 temp = 0; in ipv6header_mt6()
52 temp |= MASK_NONE; in ipv6header_mt6()
60 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 …]
A Dip6t_rt.c36 unsigned int temp; in rt_mt6() local
97 for (temp = 0; in rt_mt6()
98 temp < (unsigned int)((hdrlen - 8) / 16); in rt_mt6()
99 temp++) { in rt_mt6()
103 + temp * sizeof(_addr), in rt_mt6()
126 for (temp = 0; temp < rtinfo->addrnr; temp++) { in rt_mt6()
130 + temp * sizeof(_addr), in rt_mt6()
138 if (!ipv6_addr_equal(ap, &rtinfo->addrs[temp])) in rt_mt6()
141 if (temp == rtinfo->addrnr && in rt_mt6()
142 temp == (unsigned int)((hdrlen - 8) / 16)) in rt_mt6()
A Dip6t_hbh.c49 unsigned int temp; in hbh_mt6() local
100 for (temp = 0; temp < optinfo->optsnr; temp++) { in hbh_mt6()
110 if (*tp != (optinfo->opts[temp] & 0xFF00) >> 8) { in hbh_mt6()
112 (optinfo->opts[temp] & 0xFF00) >> 8); in hbh_mt6()
129 spec_len = optinfo->opts[temp] & 0x00FF; in hbh_mt6()
147 temp < optinfo->optsnr - 1) { in hbh_mt6()
154 if (temp == optinfo->optsnr) in hbh_mt6()
/net/smc/
A Dsmc_cdc.h226 union smc_host_cursor temp, old; in smc_cdc_cursor_to_host() local
231 temp.count = ntohl(net.count); in smc_cdc_cursor_to_host()
232 temp.wrap = ntohs(net.wrap); in smc_cdc_cursor_to_host()
233 if ((old.wrap > temp.wrap) && temp.wrap) in smc_cdc_cursor_to_host()
235 if ((old.wrap == temp.wrap) && in smc_cdc_cursor_to_host()
236 (old.count > temp.count)) in smc_cdc_cursor_to_host()
259 union smc_host_cursor temp; in smcd_cdc_msg_to_host() local
261 temp.wrap = peer->prod.wrap; in smcd_cdc_msg_to_host()
262 temp.count = peer->prod.count; in smcd_cdc_msg_to_host()
265 temp.wrap = peer->cons.wrap; in smcd_cdc_msg_to_host()
[all …]
/net/sctp/
A Dstream_interleave.c823 struct sk_buff_head temp; in sctp_ulpevent_idata() local
839 skb_queue_head_init(&temp); in sctp_ulpevent_idata()
848 skb_queue_head_init(&temp); in sctp_ulpevent_idata()
929 struct sk_buff_head temp; in sctp_intl_start_pd() local
935 skb_queue_head_init(&temp); in sctp_intl_start_pd()
1008 struct sk_buff_head temp; in sctp_intl_reap_ordered() local
1012 skb_queue_head_init(&temp); in sctp_intl_reap_ordered()
1291 struct sk_buff_head temp; in do_ulpq_tail_event() local
1293 skb_queue_head_init(&temp); in do_ulpq_tail_event()
1320 struct sk_buff_head temp; in do_sctp_enqueue_event() local
[all …]
A Dulpqueue.c85 struct sk_buff_head temp; in sctp_ulpq_tail_data() local
103 skb_queue_head_init(&temp); in sctp_ulpq_tail_data()
115 sctp_ulpq_tail_event(ulpq, &temp); in sctp_ulpq_tail_data()
718 struct sk_buff_head temp; in sctp_ulpq_reasm_drain() local
720 skb_queue_head_init(&temp); in sctp_ulpq_reasm_drain()
874 struct sk_buff_head temp; in sctp_ulpq_reap_ordered() local
881 skb_queue_head_init(&temp); in sctp_ulpq_reap_ordered()
906 __skb_queue_tail(&temp, pos); in sctp_ulpq_reap_ordered()
920 __skb_queue_tail(&temp, pos); in sctp_ulpq_reap_ordered()
1057 struct sk_buff_head temp; in sctp_ulpq_partial_delivery() local
[all …]
A Dchunk.c75 struct list_head *pos, *temp; in sctp_datamsg_destroy() local
81 list_for_each_safe(pos, temp, &msg->chunks) { in sctp_datamsg_destroy()
153 struct list_head *pos, *temp; in sctp_datamsg_from_user() local
289 list_for_each_safe(pos, temp, &msg->chunks) { in sctp_datamsg_from_user()
A Doutqueue.c209 struct list_head *lchunk, *temp; in __sctp_outq_teardown() local
225 list_for_each_safe(lchunk, temp, &q->sacked) { in __sctp_outq_teardown()
234 list_for_each_safe(lchunk, temp, &q->retransmit) { in __sctp_outq_teardown()
243 list_for_each_safe(lchunk, temp, &q->abandoned) { in __sctp_outq_teardown()
346 struct sctp_chunk *chk, *temp; in sctp_prsctp_prune_sent() local
348 list_for_each_entry_safe(chk, temp, queue, transmitted_list) { in sctp_prsctp_prune_sent()
386 struct sctp_chunk *chk, *temp; in sctp_prsctp_prune_unsent() local
1254 struct list_head *lchunk, *transport_list, *temp; in sctp_outq_sack() local
1372 list_for_each_safe(lchunk, temp, &q->sacked) { in sctp_outq_sack()
1830 struct list_head *lchunk, *temp; in sctp_generate_fwdtsn() local
[all …]
A Dbind_addr.c126 struct sctp_sockaddr_entry *addr, *temp; in sctp_bind_addr_clean() local
129 list_for_each_entry_safe(addr, temp, &bp->address_list, list) { in sctp_bind_addr_clean()
181 struct sctp_sockaddr_entry *addr, *temp; in sctp_del_bind_addr() local
187 list_for_each_entry_safe(addr, temp, &bp->address_list, list) { in sctp_del_bind_addr()
A Dprotocol.c124 struct list_head *pos, *temp; in sctp_free_local_addr_list() local
126 list_for_each_safe(pos, temp, &net->sctp.local_addr_list) { in sctp_free_local_addr_list()
635 struct sctp_sockaddr_entry *addrw, *temp; in sctp_addr_wq_timeout_handler() local
640 list_for_each_entry_safe(addrw, temp, &net->sctp.addr_waitq, list) { in sctp_addr_wq_timeout_handler()
695 struct sctp_sockaddr_entry *temp; in sctp_free_addr_wq() local
699 list_for_each_entry_safe(addrw, temp, &net->sctp.addr_waitq, list) { in sctp_free_addr_wq()
802 struct sctp_sockaddr_entry *temp; in sctp_inetaddr_event() local
821 list_for_each_entry_safe(addr, temp, in sctp_inetaddr_event()
A Dstream.c28 struct sctp_chunk *ch, *temp; in sctp_stream_shrink_out() local
34 list_for_each_entry_safe(ch, temp, &outq->out_chunk_list, list) { in sctp_stream_shrink_out()
1006 LIST_HEAD(temp); in sctp_process_strreset_resp()
1018 list_splice_init(&asoc->outqueue.out_chunk_list, &temp); in sctp_process_strreset_resp()
1020 list_splice_init(&temp, &asoc->outqueue.out_chunk_list); in sctp_process_strreset_resp()
A Dassociola.c318 struct list_head *pos, *temp; in sctp_association_free() local
376 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) { in sctp_association_free()
761 struct sctp_transport *temp; in sctp_assoc_del_nonprimary_peers() local
764 list_for_each_entry_safe(t, temp, &asoc->peer.transport_addr_list, in sctp_assoc_del_nonprimary_peers()
1089 struct list_head *pos, *temp; in sctp_assoc_update() local
1103 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) { in sctp_assoc_update()
A Dsocket.c1489 struct list_head *pos, *temp; in sctp_close() local
6154 union sctp_addr temp; in sctp_getsockopt_peer_addrs() local
6176 memcpy(&temp, &from->ipaddr, sizeof(temp)); in sctp_getsockopt_peer_addrs()
6201 union sctp_addr temp; in sctp_copy_laddrs() local
6218 memcpy(&temp, &addr->a, sizeof(temp)); in sctp_copy_laddrs()
6219 if (!temp.v4.sin_port) in sctp_copy_laddrs()
6220 temp.v4.sin_port = htons(port); in sctp_copy_laddrs()
6229 memcpy(to, &temp, addrlen); in sctp_copy_laddrs()
6251 union sctp_addr temp; in sctp_getsockopt_local_addrs() local
6311 memcpy(&temp, &addr->a, sizeof(temp)); in sctp_getsockopt_local_addrs()
[all …]
A Dendpointola.c160 if (asoc->temp) in sctp_endpoint_add_asoc()
A Dsm_sideeffect.c947 (!asoc->temp) && (sk->sk_shutdown != SHUTDOWN_MASK)) in sctp_cmd_delete_tcb()
1026 struct list_head *temp; in sctp_cmd_del_non_primary() local
1029 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) { in sctp_cmd_del_non_primary()
A Dinput.c949 if (t->asoc->temp) in sctp_hash_transport()
977 if (t->asoc->temp) in sctp_unhash_transport()
A Dsm_make_chunk.c1633 asoc->temp = 1; in sctp_make_temp_asoc()
2352 struct list_head *pos, *temp; in sctp_process_init() local
2419 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) { in sctp_process_init()
2492 if (!asoc->temp && sctp_assoc_set_id(asoc, gfp)) in sctp_process_init()
2510 list_for_each_safe(pos, temp, &asoc->peer.transport_addr_list) { in sctp_process_init()
/net/sched/
A Dsch_choke.c151 struct flow_keys temp; in choke_match_flow() local
158 skb_flow_dissect_flow_keys(skb1, &temp, 0); in choke_match_flow()
159 make_flow_keys_digest(&choke_skb_cb(skb1)->keys, &temp); in choke_match_flow()
164 skb_flow_dissect_flow_keys(skb2, &temp, 0); in choke_match_flow()
165 make_flow_keys_digest(&choke_skb_cb(skb2)->keys, &temp); in choke_match_flow()
/net/8021q/
A Dvlanproc.c231 struct rtnl_link_stats64 temp; in vlandev_seq_show() local
239 stats = dev_get_stats(vlandev, &temp); in vlandev_seq_show()
/net/core/
A Dnet-procfs.c46 struct rtnl_link_stats64 temp; in dev_seq_printf_stats() local
47 const struct rtnl_link_stats64 *stats = dev_get_stats(dev, &temp); in dev_seq_printf_stats()
A Dnetdev-genl.c1068 struct net_devmem_dmabuf_binding *temp; in netdev_nl_sock_priv_destroy() local
1073 list_for_each_entry_safe(binding, temp, &priv->bindings, list) { in netdev_nl_sock_priv_destroy()
/net/ceph/
A Dosdmap.c2773 struct ceph_osds *temp) in get_temp_osds() argument
2778 ceph_osds_init(temp); in get_temp_osds()
2788 temp->osds[temp->size++] = CRUSH_ITEM_NONE; in get_temp_osds()
2790 temp->osds[temp->size++] = pg->pg_temp.osds[i]; in get_temp_osds()
2795 for (i = 0; i < temp->size; i++) { in get_temp_osds()
2796 if (temp->osds[i] != CRUSH_ITEM_NONE) { in get_temp_osds()
2797 temp->primary = temp->osds[i]; in get_temp_osds()
2806 temp->primary = pg->primary_temp.osd; in get_temp_osds()
/net/bridge/
A Dbr_multicast.c5177 struct br_mcast_stats temp; in br_multicast_get_stats() local
5182 memcpy(&temp, &cpu_stats->mstats, sizeof(temp)); in br_multicast_get_stats()
5185 mcast_stats_add_dir(tdst.igmp_v1queries, temp.igmp_v1queries); in br_multicast_get_stats()
5188 mcast_stats_add_dir(tdst.igmp_leaves, temp.igmp_leaves); in br_multicast_get_stats()
5192 tdst.igmp_parse_errors += temp.igmp_parse_errors; in br_multicast_get_stats()
5194 mcast_stats_add_dir(tdst.mld_v1queries, temp.mld_v1queries); in br_multicast_get_stats()
5195 mcast_stats_add_dir(tdst.mld_v2queries, temp.mld_v2queries); in br_multicast_get_stats()
5196 mcast_stats_add_dir(tdst.mld_leaves, temp.mld_leaves); in br_multicast_get_stats()
5197 mcast_stats_add_dir(tdst.mld_v1reports, temp.mld_v1reports); in br_multicast_get_stats()
5198 mcast_stats_add_dir(tdst.mld_v2reports, temp.mld_v2reports); in br_multicast_get_stats()
[all …]
/net/openvswitch/
A Dvport.c287 struct rtnl_link_stats64 temp; in ovs_vport_get_stats() local
289 dev_stats = dev_get_stats(vport->dev, &temp); in ovs_vport_get_stats()
/net/tls/
A Dtls_device.c150 struct tls_record_info *info, *temp; in delete_all_records() local
152 list_for_each_entry_safe(info, temp, &offload_ctx->records_list, list) { in delete_all_records()
163 struct tls_record_info *info, *temp; in tls_tcp_clean_acked() local
178 list_for_each_entry_safe(info, temp, &ctx->records_list, list) { in tls_tcp_clean_acked()

Completed in 74 milliseconds

12