Home
last modified time | relevance | path

Searched refs:EmptySelector (Results 1 – 4 of 4) sorted by relevance

/kernel/tests/net/test/
Dxfrm.py253 def EmptySelector(family): function
563 selector = EmptySelector(AF_UNSPEC)
697 selectors = [EmptySelector(AF_INET), EmptySelector(AF_INET6)]
712 selectors = [EmptySelector(AF_INET), EmptySelector(AF_INET6)]
744 selectors = [EmptySelector(AF_INET), EmptySelector(AF_INET6)]
Dxfrm_tunnel_test.py72 selector = xfrm.EmptySelector(AF_INET6)
465 for sel in [xfrm.EmptySelector(AF_INET), xfrm.EmptySelector(AF_INET6)]:
543 for sel in [xfrm.EmptySelector(AF_INET), xfrm.EmptySelector(AF_INET6)]:
Dxfrm_test.py711 sel = xfrm.EmptySelector(family)
737 sel = xfrm.EmptySelector(family)
771 sel = xfrm.EmptySelector(family)
932 sel = xfrm.EmptySelector(family)
Dxfrm_base.py70 selector = xfrm.EmptySelector(family)