Home
last modified time | relevance | path

Searched refs:br_ioctl_call (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/linux/
Dif_bridge.h71 int br_ioctl_call(struct net *net, struct net_bridge *br, unsigned int cmd,
/Linux-v6.6/net/core/
Ddev_ioctl.c591 err = br_ioctl_call(net, netdev_priv(dev), cmd, ifr, NULL); in dev_ifsioc()
/Linux-v6.6/net/
Dsocket.c1183 int br_ioctl_call(struct net *net, struct net_bridge *br, unsigned int cmd, in br_ioctl_call() function
1293 err = br_ioctl_call(net, NULL, cmd, NULL, argp); in sock_ioctl()