Home
last modified time | relevance | path

Searched refs:inet6_netconf_msgsize_devconf (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf.c490 static int inet6_netconf_msgsize_devconf(int type) in inet6_netconf_msgsize_devconf() function
573 skb = nlmsg_new(inet6_netconf_msgsize_devconf(type), GFP_KERNEL); in inet6_netconf_notify_devconf()
580 /* -EMSGSIZE implies BUG in inet6_netconf_msgsize_devconf() */ in inet6_netconf_notify_devconf()
678 skb = nlmsg_new(inet6_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in inet6_netconf_get_devconf()
687 /* -EMSGSIZE implies BUG in inet6_netconf_msgsize_devconf() */ in inet6_netconf_get_devconf()
/kernel/linux/linux-6.6/net/ipv6/
H A Daddrconf.c499 static int inet6_netconf_msgsize_devconf(int type) in inet6_netconf_msgsize_devconf() function
582 skb = nlmsg_new(inet6_netconf_msgsize_devconf(type), GFP_KERNEL); in inet6_netconf_notify_devconf()
589 /* -EMSGSIZE implies BUG in inet6_netconf_msgsize_devconf() */ in inet6_netconf_notify_devconf()
687 skb = nlmsg_new(inet6_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in inet6_netconf_get_devconf()
696 /* -EMSGSIZE implies BUG in inet6_netconf_msgsize_devconf() */ in inet6_netconf_get_devconf()

Completed in 20 milliseconds