linux/net/6lowpan
Maciej Żenczykowski 246ef40670 ipv6: eliminate ndisc_ops_is_useropt()
as it doesn't seem to offer anything of value.

There's only 1 trivial user:
  int lowpan_ndisc_is_useropt(u8 nd_opt_type) {
    return nd_opt_type == ND_OPT_6CO;
  }

but there's no harm to always treating that as
a useropt...

Cc: David Ahern <dsahern@kernel.org>
Cc: YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Link: https://patch.msgid.link/20240730003010.156977-1-maze@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-08-12 17:23:57 -07:00
..
6lowpan_i.h 6lowpan: no need to check return value of debugfs_create functions 2019-07-06 12:50:01 +02:00
core.c net: fill in MODULE_DESCRIPTION()s for 6LoWPAN 2024-02-09 14:12:01 -08:00
debugfs.c 6lowpan: iphc: Fix an off-by-one check of array index 2021-07-22 16:19:03 +02:00
iphc.c 6lowpan: Remove redundant initialisation. 2023-03-29 08:22:52 +01:00
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ndisc.c ipv6: eliminate ndisc_ops_is_useropt() 2024-08-12 17:23:57 -07:00
nhc_dest.c net: 6lowpan: use array for find nhc id 2022-06-09 21:53:28 +02:00
nhc_fragment.c net: 6lowpan: use array for find nhc id 2022-06-09 21:53:28 +02:00
nhc_ghc_ext_dest.c net: 6lowpan: use array for find nhc id 2022-06-09 21:53:28 +02:00
nhc_ghc_ext_frag.c net: 6lowpan: use array for find nhc id 2022-06-09 21:53:28 +02:00
nhc_ghc_ext_hop.c net: 6lowpan: use array for find nhc id 2022-06-09 21:53:28 +02:00
nhc_ghc_ext_route.c net: 6lowpan: use array for find nhc id 2022-06-09 21:53:28 +02:00
nhc_ghc_icmpv6.c net: 6lowpan: use array for find nhc id 2022-06-09 21:53:28 +02:00
nhc_ghc_udp.c net: 6lowpan: use array for find nhc id 2022-06-09 21:53:28 +02:00
nhc_hop.c net: 6lowpan: use array for find nhc id 2022-06-09 21:53:28 +02:00
nhc_ipv6.c net: 6lowpan: use array for find nhc id 2022-06-09 21:53:28 +02:00
nhc_mobility.c net: 6lowpan: use array for find nhc id 2022-06-09 21:53:28 +02:00
nhc_routing.c net: 6lowpan: use array for find nhc id 2022-06-09 21:53:28 +02:00
nhc_udp.c net: 6lowpan: use array for find nhc id 2022-06-09 21:53:28 +02:00
nhc.c net: 6lowpan: constify lowpan_nhc structures 2022-06-09 21:53:28 +02:00
nhc.h net: 6lowpan: constify lowpan_nhc structures 2022-06-09 21:53:28 +02:00