Searched refs:port_only (Results 1 – 1 of 1) sorted by relevance
/external/iproute2/ip/ |
D | ipmacsec.c | 243 static bool sci_complete(bool sci, bool port, bool addr, bool port_only) in sci_complete() argument 245 return sci || (port && (addr || port_only)); in sci_complete() 249 bool port_only, bool optional) in get_sci_portaddr() argument 289 if (sci_complete(s, p, a, port_only)) in get_sci_portaddr() 293 if (!optional && !sci_complete(s, p, a, port_only)) in get_sci_portaddr()
|