Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Ddevinet.c2002 static int inet_netconf_msgsize_devconf(int type) in inet_netconf_msgsize_devconf() function
2093 skb = nlmsg_new(inet_netconf_msgsize_devconf(type), GFP_KERNEL); in inet_netconf_notify_devconf()
2100 /* -EMSGSIZE implies BUG in inet_netconf_msgsize_devconf() */ in inet_netconf_notify_devconf()
2200 skb = nlmsg_new(inet_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in inet_netconf_get_devconf()
2209 /* -EMSGSIZE implies BUG in inet_netconf_msgsize_devconf() */ in inet_netconf_get_devconf()
/kernel/linux/linux-6.6/net/ipv4/
H A Ddevinet.c2045 static int inet_netconf_msgsize_devconf(int type) in inet_netconf_msgsize_devconf() function
2136 skb = nlmsg_new(inet_netconf_msgsize_devconf(type), GFP_KERNEL); in inet_netconf_notify_devconf()
2143 /* -EMSGSIZE implies BUG in inet_netconf_msgsize_devconf() */ in inet_netconf_notify_devconf()
2243 skb = nlmsg_new(inet_netconf_msgsize_devconf(NETCONFA_ALL), GFP_KERNEL); in inet_netconf_get_devconf()
2252 /* -EMSGSIZE implies BUG in inet_netconf_msgsize_devconf() */ in inet_netconf_get_devconf()

Completed in 7 milliseconds