Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 25 of 55) sorted by relevance

123

/net/6lowpan/
A Dnhc_udp.c40 bool fail; in udp_uncompress() local
43 fail = lowpan_fetch_skb(skb, &tmp, sizeof(tmp)); in udp_uncompress()
48 fail |= lowpan_fetch_skb(skb, &uh.source, sizeof(uh.source)); in udp_uncompress()
49 fail |= lowpan_fetch_skb(skb, &uh.dest, sizeof(uh.dest)); in udp_uncompress()
53 fail |= lowpan_fetch_skb(skb, &val, sizeof(val)); in udp_uncompress()
57 fail |= lowpan_fetch_skb(skb, &val, sizeof(val)); in udp_uncompress()
59 fail |= lowpan_fetch_skb(skb, &uh.dest, sizeof(uh.dest)); in udp_uncompress()
62 fail |= lowpan_fetch_skb(skb, &val, sizeof(val)); in udp_uncompress()
76 fail = true; in udp_uncompress()
78 fail |= lowpan_fetch_skb(skb, &uh.check, sizeof(uh.check)); in udp_uncompress()
[all …]
A Diphc.c308 bool fail; in lowpan_iphc_uncompress_addr() local
334 fail = false; in lowpan_iphc_uncompress_addr()
349 if (fail) { in lowpan_iphc_uncompress_addr()
369 bool fail; in lowpan_iphc_uncompress_ctx_addr() local
374 fail = false; in lowpan_iphc_uncompress_ctx_addr()
395 fail = false; in lowpan_iphc_uncompress_ctx_addr()
411 if (fail) { in lowpan_iphc_uncompress_ctx_addr()
430 bool fail; in lowpan_uncompress_multicast_daddr() local
468 if (fail) { in lowpan_uncompress_multicast_daddr()
485 bool fail; in lowpan_uncompress_multicast_ctx_daddr() local
[all …]
/net/sched/
A Dact_csum.c393 goto fail; in tcf_csum_ipv4()
402 goto fail; in tcf_csum_ipv4()
408 goto fail; in tcf_csum_ipv4()
414 goto fail; in tcf_csum_ipv4()
420 goto fail; in tcf_csum_ipv4()
426 goto fail; in tcf_csum_ipv4()
431 goto fail; in tcf_csum_ipv4()
437 goto fail; in tcf_csum_ipv4()
444 fail: in tcf_csum_ipv4()
498 goto fail; in tcf_csum_ipv6()
[all …]
/net/sctp/
A Dulpevent.c56 goto fail; in sctp_ulpevent_new()
63 fail: in sctp_ulpevent_new()
229 fail: in sctp_ulpevent_make_assoc_change()
335 fail: in sctp_ulpevent_make_peer_addr_change()
421 fail: in sctp_ulpevent_make_remote_error()
529 fail: in sctp_ulpevent_make_send_failed()
631 fail: in sctp_ulpevent_make_shutdown_event()
664 fail: in sctp_ulpevent_make_adaptation_indication()
759 fail: in sctp_ulpevent_make_rcvmsg()
821 fail: in sctp_ulpevent_make_pdapi()
[all …]
A Dendpointola.c136 goto fail; in sctp_endpoint_new()
146 fail: in sctp_endpoint_new()
/net/mac802154/
A Drx.c153 goto fail; in ieee802154_subif_frame()
192 goto fail; in ieee802154_subif_frame()
204 goto fail; in ieee802154_subif_frame()
214 goto fail; in ieee802154_subif_frame()
218 goto fail; in ieee802154_subif_frame()
232 goto fail; in ieee802154_subif_frame()
241 goto fail; in ieee802154_subif_frame()
248 goto fail; in ieee802154_subif_frame()
251 fail: in ieee802154_subif_frame()
A Dllsec.c254 goto fail; in mac802154_llsec_key_add()
263 fail: in mac802154_llsec_key_add()
760 goto fail; in mac802154_llsec_encrypt()
779 fail: in mac802154_llsec_encrypt()
1016 goto fail; in mac802154_llsec_decrypt()
1058 fail: in mac802154_llsec_decrypt()
/net/ieee802154/6lowpan/
A Dreassembly.c250 bool fail; in lowpan_get_cb() local
254 fail = lowpan_fetch_skb(skb, &high, 1); in lowpan_get_cb()
255 fail |= lowpan_fetch_skb(skb, &low, 1); in lowpan_get_cb()
261 fail |= lowpan_fetch_skb(skb, &d_tag, 2); in lowpan_get_cb()
265 fail |= lowpan_fetch_skb(skb, &cb->d_offset, 1); in lowpan_get_cb()
270 fail |= cb->d_size < sizeof(struct ipv6hdr); in lowpan_get_cb()
272 fail |= !skb->len; in lowpan_get_cb()
275 if (unlikely(fail)) in lowpan_get_cb()
/net/hsr/
A Dhsr_netlink.c220 goto fail; in hsr_nl_ringerror()
243 fail: in hsr_nl_ringerror()
262 goto fail; in hsr_nl_nodedown()
280 fail: in hsr_nl_nodedown()
336 goto fail; in hsr_get_node_status()
424 fail: in hsr_get_node_status()
463 goto fail; in hsr_get_node_list()
515 fail: in hsr_get_node_list()
A DKconfig20 ports), giving a redundant, instant fail-over network. Each HSR node
27 a redundant, instant fail-over network. Unlike HSR, PRP networks
/net/ceph/
A Dcrypto.c46 goto fail; in set_secret()
56 goto fail; in set_secret()
61 goto fail; in set_secret()
65 fail: in set_secret()
A Dosdmap.c290 goto fail; in decode_array_32_alloc()
303 fail: in decode_array_32_alloc()
361 goto fail; in decode_choose_args()
371 goto fail; in decode_choose_args()
386 goto fail; in decode_choose_args()
400 fail: in decode_choose_args()
606 goto fail; in crush_decode()
610 goto fail; in crush_decode()
657 goto fail; in crush_decode()
667 fail: in crush_decode()
[all …]
A Dmon_client.c87 goto fail; in ceph_monmap_decode()
102 goto fail; in ceph_monmap_decode()
109 goto fail; in ceph_monmap_decode()
123 goto fail; in ceph_monmap_decode()
142 goto fail; in ceph_monmap_decode()
152 fail: in ceph_monmap_decode()
/net/core/
A Ddst_cache.c48 goto fail; in dst_cache_per_cpu_get()
58 goto fail; in dst_cache_per_cpu_get()
62 fail: in dst_cache_per_cpu_get()
/net/mac80211/
A Dfils_aead.c124 goto fail; in aes_siv_encrypt()
129 goto fail; in aes_siv_encrypt()
137 fail: in aes_siv_encrypt()
/net/iucv/
A Daf_iucv.c1009 goto fail; in iucv_sock_sendmsg()
1015 goto fail; in iucv_sock_sendmsg()
1020 goto fail; in iucv_sock_sendmsg()
1102 fail: in iucv_sock_sendmsg()
1420 goto fail; in iucv_sock_shutdown()
1464 fail: in iucv_sock_shutdown()
1625 goto fail; in iucv_callback_connreq()
1632 goto fail; in iucv_callback_connreq()
1640 goto fail; in iucv_callback_connreq()
1668 goto fail; in iucv_callback_connreq()
[all …]
/net/rds/
A Dtcp.c377 goto fail; in rds_tcp_conn_alloc()
399 fail: in rds_tcp_conn_alloc()
570 goto fail; in rds_tcp_init_net()
589 goto fail; in rds_tcp_init_net()
597 fail: in rds_tcp_init_net()
/net/mptcp/
A Dpm_netlink.c202 goto fail; in mptcp_pm_nl_get_addr_doit()
208 goto fail; in mptcp_pm_nl_get_addr_doit()
213 goto fail; in mptcp_pm_nl_get_addr_doit()
219 fail: in mptcp_pm_nl_get_addr_doit()
/net/xfrm/
A Despintcp.c362 goto fail; in espintcp_sendmsg()
373 goto fail; in espintcp_sendmsg()
377 goto fail; in espintcp_sendmsg()
393 fail: in espintcp_sendmsg()
/net/nfc/
A Dllcp_core.c923 goto fail; in nfc_llcp_recv_connect()
932 goto fail; in nfc_llcp_recv_connect()
940 goto fail; in nfc_llcp_recv_connect()
952 goto fail; in nfc_llcp_recv_connect()
964 goto fail; in nfc_llcp_recv_connect()
975 goto fail; in nfc_llcp_recv_connect()
986 goto fail; in nfc_llcp_recv_connect()
1033 fail: in nfc_llcp_recv_connect()
/net/rxrpc/
A Doutput.c943 goto fail; in rxrpc_send_response()
947 goto fail; in rxrpc_send_response()
968 goto fail; in rxrpc_send_response()
974 goto fail; in rxrpc_send_response()
979 fail: in rxrpc_send_response()
/net/ipv4/
A Dfib_rules.c514 goto fail; in fib4_rules_init()
520 fail: in fib4_rules_init()
/net/can/
A Dbcm.c1676 goto fail; in bcm_connect()
1686 goto fail; in bcm_connect()
1691 goto fail; in bcm_connect()
1711 goto fail; in bcm_connect()
1718 fail: in bcm_connect()
/net/bridge/
A Dbr_device.c344 goto fail; in br_netpoll_setup()
350 fail: in br_netpoll_setup()
/net/netrom/
A Daf_netrom.c1420 goto fail; in nr_proto_init()
1427 goto fail; in nr_proto_init()
1435 goto fail; in nr_proto_init()
1482 fail: in nr_proto_init()

Completed in 66 milliseconds

123